Pending review status, NPAPI

53 views
Skip to first unread message

uzer

unread,
May 20, 2012, 3:47:58 AM5/20/12
to Chromium Apps
My chrome extension is still in pending review status because
something related to NPAPI, since 05/16/2012.
I'm not sure, my extension really uses this API.
What's the problem and how long should I wait? Does this now will
appear after each extension update?
I can't make any changes, and users are waiting for a new version.

Exntension ID is: mjcfgnfpobiaemefgolkijjffmepckpc

PhistucK

unread,
May 20, 2012, 4:55:19 AM5/20/12
to uzer, Chromium Apps
Did you happen to include a DLL file (or SO, or DynLib) within your extension?
Do you have any <embed> or <object> within your HTML code (or JavaScript created ones)?

PhistucK




--
You received this message because you are subscribed to the Google Groups "Chromium Apps" group.
To post to this group, send email to chromi...@chromium.org.
To unsubscribe from this group, send email to chromium-app...@chromium.org.
For more options, visit this group at http://groups.google.com/a/chromium.org/group/chromium-apps/?hl=en.


uzer

unread,
May 20, 2012, 5:06:06 AM5/20/12
to Chromium Apps
No, really nothing. In last version I only add two more permissions
(webRequest and webRequestBlocking) and add listener on
beforeSendHeaders, which only adds one header to request.
chrome.webRequest.onBeforeSendHeaders.addListener(function(details){
if (details.url.match(/<***>/)){
details.requestHeaders.splice(1,0,{name: "Referer", value:
"<***>"});
}
return {requestHeaders: details.requestHeaders};
},{
urls: ["http://<***>/*", "http://<***>/*"]
},[
"blocking",
"requestHeaders"
]);

On 20 Тра, 11:55, PhistucK <phist...@gmail.com> wrote:
> Did you happen to include a DLL file (or SO, or DynLib) within your
> extension?
> Do you have any <embed> or <object> within your HTML code (or JavaScript
> created ones)?
>
> ☆*PhistucK*
>
>
>
>
>
>
>
> On Sun, May 20, 2012 at 10:47 AM, uzer <uzer2...@gmail.com> wrote:
> > My chrome extension is still in pending review status because
> > something related to NPAPI, since 05/16/2012.
> > I'm not sure, my extension really uses this API.
> > What's the problem and how long should I wait? Does this now will
> > appear after each extension update?
> > I can't make any changes, and users are waiting for a new version.
>
> > Exntension ID is: mjcfgnfpobiaemefgolkijjffmepckpc
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Chromium Apps" group.
> > To post to this group, send email to chromium-a...@chromium.org.
> > To unsubscribe from this group, send email to
> > chromium-apps+unsubscr...@chromium.org.

PhistucK

unread,
May 20, 2012, 6:00:14 AM5/20/12
to uzer, Chromium Apps
I believe the webRequest and webRequestBlocking permissions are subject to approval when uploaded to the web store, indeed.
The text of the message is probably simply not up to date yet.
The approval process usually take up to two weeks, if I am not mistaking. Just wait and it will be fine (unless you did something bad ;)).

PhistucK



To post to this group, send email to chromi...@chromium.org.
To unsubscribe from this group, send email to chromium-app...@chromium.org.

uzer

unread,
May 23, 2012, 1:22:22 PM5/23/12
to Chromium Apps
Oh, why does it takes so much time? I lost almost all my users.

PhistucK

unread,
May 23, 2012, 1:34:05 PM5/23/12
to uzer, Chromium Apps
How come? unless you have unpublished it, I think the extension/application is still active.

PhistucK



On Wed, May 23, 2012 at 8:22 PM, uzer <uzer...@gmail.com> wrote:
Oh, why does it takes so much time? I lost almost all my users.

uzer

unread,
May 23, 2012, 2:32:59 PM5/23/12
to Chromium Apps
I was unpublish previous version. Dont know, what for. :-)
But it's no more matters, extension is now approved. :-)

On 23 Тра, 20:34, PhistucK <phist...@gmail.com> wrote:
> How come? unless you have unpublished it, I think the extension/application
> is still active.
>
> ☆*PhistucK*
>
>
>
>
>
>
>
> On Wed, May 23, 2012 at 8:22 PM, uzer <uzer2...@gmail.com> wrote:
> > Oh, why does it takes so much time? I lost almost all my users.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Chromium Apps" group.
> > To post to this group, send email to chromium-a...@chromium.org.
> > To unsubscribe from this group, send email to
> > chromium-apps+unsubscr...@chromium.org.
Reply all
Reply to author
Forward
0 new messages