Emotes Everywhere
Twitch, BTTV & FFZ emotes of your choosing on any site
Emotes Everywhereとは何ですか?
Emotes EverywhereはEnzoによって開発されたChromeの拡張機能で、その主な機能は「Twitch, BTTV & FFZ emotes of your choosing on any site」です。
拡張機能のスクリーンショット
Emotes Everywhere拡張機能のCRXファイルをダウンロード
Emotes Everywhere拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Twitch, BTTV & FFZ emotes of your choosing on any site. -choose any emote you want it to work with -whitelist mode to whitelist sites you want it to work with -blacklist mode to blacklist sites you dont want it to work with right click icon and click options for settings. W.I.P
拡張機能の基本情報
名前 | Emotes Everywhere |
ID | bmobkojilggkdhfginkfilecnbnkngha |
公式URL | https://chromewebstore.google.com/detail/emotes-everywhere/bmobkojilggkdhfginkfilecnbnkngha |
説明 | Twitch, BTTV & FFZ emotes of your choosing on any site |
ファイルサイズ | 35.43 KB |
インストール数 | 11,147 |
現在のバージョン | 1.0.1 |
最終更新日 | 2020-07-28 |
公開日 | 2020-07-27 |
開発者 | Enzo |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Emotes Everywhere", "version": "1.0.1", "description": "Twitch, BTTV & FFZ emotes of your choosing on any site", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "permissions": [ "storage", "contextMenus", "tabs" ], "options_page": "options.html", "background": { "scripts": [ ".\/js\/contextMenu.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ ".\/js\/content.js" ], "run_at": "document_idle", "all_frames": false } ], "web_accessible_resources": [ ".\/js\/popup.js", ".\/js\/content.js" ] } |