hellyeah
Browse Facebook like Dave Fontenot.
What is hellyeah?
hellyeah is a Chrome extension developed by zfogg, and its main feature is "Browse Facebook like Dave Fontenot.".
Extension Screenshots
Download hellyeah Extension CRX File
Download hellyeah 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
Browse Facebook like Dave Fontenot!
Extension Basic Information
Name | |
ID | cndemnoieaadcfdejfjccdepdgcljdcp |
Official URL | https://chrome.google.com/webstore/detail/hellyeah/cndemnoieaadcfdejfjccdepdgcljdcp |
Description | Browse Facebook like Dave Fontenot. |
File Size | 70.11 KB |
Installation Count | 21 |
Current Version | 1.1.0 |
Last Updated | 2020-10-03 |
Publish Date | 2016-12-03 |
Rating | 4.75/5 Total 4 Ratings |
Developer | zfogg |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/zfogg/hellyeah |
Help Page URL | https://github.com/zfogg/hellyeah/issues |
Supported Languages | en |
manifest.json | |
{ "content_scripts": [ { "css": [ "styles\/main.css" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_start" } ], "default_locale": "en", "description": "Browse Facebook like Dave Fontenot.", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png" }, "manifest_version": 2, "name": "hellyeah", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.0" } |