dankCircle preloader for Twitch

Replace the twitch default preloader with the dankCircle emote.

dankCircle preloader for Twitchคืออะไร?

dankCircle preloader for Twitch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aiden Wallis และคุณลักษณะหลักของมันคือ "Replace the twitch default preloader with the dankCircle emote."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย dankCircle preloader for Twitch

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}