Browse with Guy
Let Guy Fieri accompany you on your Internet browsing
Wat is Browse with Guy?
Browse with Guy is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Let Guy Fieri accompany you on your Internet browsing".
Download het CRX-bestand van de extensie Browse with Guy
Download Browse with Guy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | pffcpolokheijlggcplcbkadpgkhmomj |
| Officiële URL | https://chromewebstore.google.com/detail/browse-with-guy/pffcpolokheijlggcplcbkadpgkhmomj |
| Beschrijving | Let Guy Fieri accompany you on your Internet browsing |
| Bestandsgrootte | 395 KB |
| Aantal Installaties | 10 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2016-02-06 |
| Publicatiedatum | 2016-02-06 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Browse with Guy",
"description": "Let Guy Fieri accompany you on your Internet browsing",
"version": "1.0",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"guy.js"
]
}
],
"web_accessible_resources": [
"guy.png"
]
} | |