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.”。

扩展截图

screenshot

下载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 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
电子邮箱 [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"
    ]
}