Browse with Guy
Let Guy Fieri accompany you on your Internet browsing
Vad är Browse with Guy?
Browse with Guy är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Let Guy Fieri accompany you on your Internet browsing".
Ladda ner Browse with Guy-förlängningens CRX-fil
Ladda ner Browse with Guy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
| Namn | |
| ID | pffcpolokheijlggcplcbkadpgkhmomj |
| Officiell webbadress | https://chromewebstore.google.com/detail/browse-with-guy/pffcpolokheijlggcplcbkadpgkhmomj |
| Beskrivning | Let Guy Fieri accompany you on your Internet browsing |
| Filstorlek | 395 KB |
| Antal Installationer | 10 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2016-02-06 |
| Publiceringsdatum | 2016-02-06 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |