Browse with Guy
Let Guy Fieri accompany you on your Internet browsing
What is Browse with Guy?
Browse with Guy is a Chrome extension developed by Unknown, and its main feature is "Let Guy Fieri accompany you on your Internet browsing".
Download Browse with Guy Extension CRX File
Download Browse with Guy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Browse with Guy |
ID | pffcpolokheijlggcplcbkadpgkhmomj |
Official URL | https://chromewebstore.google.com/detail/browse-with-guy/pffcpolokheijlggcplcbkadpgkhmomj |
Description | Let Guy Fieri accompany you on your Internet browsing |
File Size | 395 KB |
Installation Count | 10 |
Current Version | 1.0 |
Last Updated | 2016-02-06 |
Publish Date | 2016-02-06 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" ] } |