dankCircle preloader for Twitch
Replace the twitch default preloader with the dankCircle emote.
dankCircle preloader for Twitchとは何ですか?
dankCircle preloader for TwitchはAiden Wallisによって開発されたChromeの拡張機能で、その主な機能は「Replace the twitch default preloader with the dankCircle emote.」です。
拡張機能のスクリーンショット
dankCircle preloader for Twitch拡張機能のCRXファイルをダウンロード
dankCircle preloader for Twitch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replaces the default twitch.tv sitewide preloader with the dankCircle BetterTTV emote. Fully compatible with any third party extensions, as all this does is inject a few lines of CSS to any Twitch tab on load.
拡張機能の基本情報
名前 | dankCircle preloader for Twitch |
ID | iedfclphnfdjimgbhjfkcggfclcjnngc |
公式URL | https://chromewebstore.google.com/detail/dankcircle-preloader-for/iedfclphnfdjimgbhjfkcggfclcjnngc |
説明 | Replace the twitch default preloader with the dankCircle emote. |
ファイルサイズ | 59.88 KB |
インストール数 | 15 |
現在のバージョン | 0.0.1 |
最終更新日 | 2019-01-12 |
公開日 | 2019-01-12 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Aiden Wallis |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "dankCircle preloader for Twitch", "short_name": "dankCircle", "version": "0.0.1", "description": "Replace the twitch default preloader with the dankCircle emote.", "icons": { "48": "images\/pajaDank_48.png", "128": "images\/pajaDank_128.png" }, "content_scripts": [ { "all_frames": true, "js": [ "script.js" ], "matches": [ "*:\/\/*.twitch.tv\/*" ], "exclude_globs": [ "*:\/\/api.twitch.tv\/*" ] } ], "permissions": [ "*:\/\/*.twitch.tv\/*" ], "web_accessible_resources": [ "images\/dankCircle.gif" ] } |