dankCircle preloader for Twitch

Replace the twitch default preloader with the dankCircle emote.

dankCircle preloader for Twitch क्या है?

dankCircle preloader for Twitch Aiden Wallis द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace the twitch default preloader with the dankCircle emote."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में dankCircle preloader for Twitch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}