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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |