Hypefury
Hypefury extension
What is Hypefury?
Hypefury is a Chrome extension developed by hypefury, and its main feature is "Hypefury extension".
Extension Screenshots
Download Hypefury Extension CRX File
Download Hypefury 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
Your personal assistant to grow & monetize your Twitter audience , by using this extension you will be able to : - bookmark any tweet for a future usage ! - schedule your future tweets on twitter !
Extension Basic Information
Name | Hypefury |
ID | eoobmkmdlgpnpegpccclfjbedcpkmdmi |
Official URL | https://chromewebstore.google.com/detail/hypefury/eoobmkmdlgpnpegpccclfjbedcpkmdmi |
Description | Hypefury extension |
File Size | 260 KB |
Installation Count | 346 |
Current Version | 2.2.8 |
Last Updated | 2023-08-25 |
Publish Date | 2022-04-08 |
Rating | 4.83/5 Total 6 Ratings |
Developer | hypefury |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hypefury", "description": "Hypefury extension", "version": "2.2.8", "action": { "default_popup": "src\/popup\/index.html", "default_icon": { "16": "icon-16.png" } }, "icons": { "16": "icon-16.png", "32": "icon-32.png", "64": "icon-64.png", "128": "icon-128.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "host_permissions": [ "https:\/\/app.hypefury.com\/*", "https:\/\/twitter.com\/*", "https:\/\/api.twitter.com\/*" ], "externally_connectable": { "matches": [ "https:\/\/app.hypefury.com\/*" ] }, "permissions": [ "storage", "cookies", "webRequest", "tabs" ], "content_scripts": [ { "js": [ "assets\/content-script-loader.content.js.757158f1.9a92bb31.js" ], "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "assets\/toast.dd52cffd.css", "assets\/content.js.c3438241.css" ] }, { "js": [ "assets\/content-script-loader.settings.js.54a989ef.89552ad8.js" ], "matches": [ "https:\/\/app.hypefury.com\/*" ], "css": [ "assets\/toast.dd52cffd.css" ] } ], "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "src\/content-scripts\/content.css", "icon-128.png", "user.png" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/twitter.com\/*" ], "resources": [ "assets\/RoundedButton.cb296bca.js", "assets\/sidebarApi.8906ecc4.js", "assets\/constants.3a5dfc2a.js", "assets\/auth.75ca5567.js", "assets\/toast.5caace9a.js", "assets\/content.js.757158f1.js" ], "use_dynamic_url": true }, { "matches": [ "https:\/\/app.hypefury.com\/*" ], "resources": [ "assets\/toast.5caace9a.js", "assets\/constants.3a5dfc2a.js", "assets\/settings.js.54a989ef.js" ], "use_dynamic_url": true } ] } |