Hypefury
Hypefury extension
Hypefuryとは何ですか?
Hypefuryはhypefuryによって開発されたChromeの拡張機能で、その主な機能は「Hypefury extension」です。
拡張機能のスクリーンショット
Hypefury拡張機能のCRXファイルをダウンロード
Hypefury拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 !
拡張機能の基本情報
名前 | Hypefury |
ID | eoobmkmdlgpnpegpccclfjbedcpkmdmi |
公式URL | https://chromewebstore.google.com/detail/hypefury/eoobmkmdlgpnpegpccclfjbedcpkmdmi |
説明 | Hypefury extension |
ファイルサイズ | 260 KB |
インストール数 | 346 |
現在のバージョン | 2.2.8 |
最終更新日 | 2023-08-25 |
公開日 | 2022-04-08 |
評価 | 4.83/5 合計 6 レビュー |
開発者 | hypefury |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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 } ] } |