can i use google safe browsing APi with chrome extension

44 views
Skip to first unread message

AB DZ

unread,
Apr 17, 2017, 11:18:46 AM4/17/17
to Chromium-Extensions-Announce
I am trying to integrate Google Safe browsing API to my chrome extension. i need it to check if an URL is safe to visit by sending the url to Google browsing data base, if not show message to the user. Then he can chose to continue or not. i hope i get someone to can help.

PhistucK

unread,
Apr 17, 2017, 12:16:28 PM4/17/17
to AB DZ, Chromium-Extensions-Announce
Looks like there is an API -
You probably need to acquire an API key using the API console -

Though it is hard to help farther you when you do not mention where exactly you are stuck.


PhistucK

On Mon, Apr 17, 2017 at 6:18 PM, AB DZ <amin...@gmail.com> wrote:
I am trying to integrate Google Safe browsing API to my chrome extension. i need it to check if an URL is safe to visit by sending the url to Google browsing data base, if not show message to the user. Then he can chose to continue or not. i hope i get someone to can help.

--
You received this message because you are subscribed to the Google Groups "Chromium-Extensions-Announce" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.
To post to this group, send email to chromium-extensions@chromium.org.
Visit this group at https://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/68b3cc65-1bad-48c3-aac9-9556039c1eb9%40chromium.org.
For more options, visit https://groups.google.com/a/chromium.org/d/optout.

AB DZ

unread,
Apr 17, 2017, 12:53:17 PM4/17/17
to Chromium-Extensions-Announce, amin...@gmail.com
yes i do, i get a Key, but i'm asking where should i start on my chrome extension because after a search i done there was no work done before like that.



On Monday, 17 April 2017 18:16:28 UTC+2, PhistucK wrote:
Looks like there is an API -
You probably need to acquire an API key using the API console -

Though it is hard to help farther you when you do not mention where exactly you are stuck.


PhistucK

On Mon, Apr 17, 2017 at 6:18 PM, AB DZ <amin...@gmail.com> wrote:
I am trying to integrate Google Safe browsing API to my chrome extension. i need it to check if an URL is safe to visit by sending the url to Google browsing data base, if not show message to the user. Then he can chose to continue or not. i hope i get someone to can help.

--
You received this message because you are subscribed to the Google Groups "Chromium-Extensions-Announce" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.

PhistucK

unread,
Apr 17, 2017, 12:59:49 PM4/17/17
to AB DZ, Chromium-Extensions-Announce
I guess you want to block navigations, so you need the blocking webNavigation API (I think it has a blocking mode, not sure, though. If it does not have it, then the webRequest API has a blocking mode). Listen to navigations in a background page.
To get started with Chrome extensions, start here -


PhistucK

On Mon, Apr 17, 2017 at 7:53 PM, AB DZ <amin...@gmail.com> wrote:
yes i do, i get a Key, but i'm asking where should i start on my chrome extension because after a search i done there was no work done before like that.


On Monday, 17 April 2017 18:16:28 UTC+2, PhistucK wrote:
Looks like there is an API -
You probably need to acquire an API key using the API console -

Though it is hard to help farther you when you do not mention where exactly you are stuck.


PhistucK

On Mon, Apr 17, 2017 at 6:18 PM, AB DZ <amin...@gmail.com> wrote:
I am trying to integrate Google Safe browsing API to my chrome extension. i need it to check if an URL is safe to visit by sending the url to Google browsing data base, if not show message to the user. Then he can chose to continue or not. i hope i get someone to can help.

--
You received this message because you are subscribed to the Google Groups "Chromium-Extensions-Announce" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsubscribe...@chromium.org.

--
You received this message because you are subscribed to the Google Groups "Chromium-Extensions-Announce" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.
To post to this group, send email to chromium-extensions@chromium.org.

AB DZ

unread,
Apr 18, 2017, 3:28:23 AM4/18/17
to Chromium-Extensions-Announce, amin...@gmail.com
No, All i want is to check the URL user is visiting by sending it to google browsing APi database, then wait for response, if the url is bad here we will inform the user. So is that possible to make it in chrome extension. and thank


On Monday, 17 April 2017 18:59:49 UTC+2, PhistucK wrote:
I guess you want to block navigations, so you need the blocking webNavigation API (I think it has a blocking mode, not sure, though. If it does not have it, then the webRequest API has a blocking mode). Listen to navigations in a background page.
To get started with Chrome extensions, start here -


PhistucK

On Mon, Apr 17, 2017 at 7:53 PM, AB DZ <amin...@gmail.com> wrote:
yes i do, i get a Key, but i'm asking where should i start on my chrome extension because after a search i done there was no work done before like that.


On Monday, 17 April 2017 18:16:28 UTC+2, PhistucK wrote:
Looks like there is an API -
You probably need to acquire an API key using the API console -

Though it is hard to help farther you when you do not mention where exactly you are stuck.


PhistucK

On Mon, Apr 17, 2017 at 6:18 PM, AB DZ <amin...@gmail.com> wrote:
I am trying to integrate Google Safe browsing API to my chrome extension. i need it to check if an URL is safe to visit by sending the url to Google browsing data base, if not show message to the user. Then he can chose to continue or not. i hope i get someone to can help.

--
You received this message because you are subscribed to the Google Groups "Chromium-Extensions-Announce" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.

--
You received this message because you are subscribed to the Google Groups "Chromium-Extensions-Announce" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.

PhistucK

unread,
Apr 18, 2017, 3:33:33 AM4/18/17
to AB DZ, Chromium-Extensions-Announce
Then the answer appears to be - yes.


PhistucK

On Tue, Apr 18, 2017 at 10:28 AM, AB DZ <amin...@gmail.com> wrote:
No, All i want is to check the URL user is visiting by sending it to google browsing APi database, then wait for response, if the url is bad here we will inform the user. So is that possible to make it in chrome extension. and thank

On Monday, 17 April 2017 18:59:49 UTC+2, PhistucK wrote:
I guess you want to block navigations, so you need the blocking webNavigation API (I think it has a blocking mode, not sure, though. If it does not have it, then the webRequest API has a blocking mode). Listen to navigations in a background page.
To get started with Chrome extensions, start here -


PhistucK

On Mon, Apr 17, 2017 at 7:53 PM, AB DZ <amin...@gmail.com> wrote:
yes i do, i get a Key, but i'm asking where should i start on my chrome extension because after a search i done there was no work done before like that.


On Monday, 17 April 2017 18:16:28 UTC+2, PhistucK wrote:
Looks like there is an API -
You probably need to acquire an API key using the API console -

Though it is hard to help farther you when you do not mention where exactly you are stuck.


PhistucK

On Mon, Apr 17, 2017 at 6:18 PM, AB DZ <amin...@gmail.com> wrote:
I am trying to integrate Google Safe browsing API to my chrome extension. i need it to check if an URL is safe to visit by sending the url to Google browsing data base, if not show message to the user. Then he can chose to continue or not. i hope i get someone to can help.

--
You received this message because you are subscribed to the Google Groups "Chromium-Extensions-Announce" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsubscribe...@chromium.org.

--
You received this message because you are subscribed to the Google Groups "Chromium-Extensions-Announce" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsubscribe...@chromium.org.

--
You received this message because you are subscribed to the Google Groups "Chromium-Extensions-Announce" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extensions+unsub...@chromium.org.
To post to this group, send email to chromium-extensions@chromium.org.
Reply all
Reply to author
Forward
0 new messages