AFKChannelPoints
Farm Twitch channel points while AFK. * Whitelist streams * Enable / disable whitelisted streams * Auto mute streams * Auto change…
AFKChannelPointsคืออะไร?
AFKChannelPoints เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tjaygrantham และคุณลักษณะหลักของมันคือ "Farm Twitch channel points while AFK. * Whitelist streams * Enable / disable whitelisted streams * Auto mute streams * Auto change…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AFKChannelPoints
ดาวน์โหลดไฟล์ส่วนขยาย AFKChannelPoints ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        Farm Twitch channel points while AFK.
* Whitelist streams
* Enable / disable whitelisted streams
* Auto mute streams
* Auto change quality to lowest                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | ahlljeppiahmgkcnbdmiofmbgdmdjdcm | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/afkchannelpoints/ahlljeppiahmgkcnbdmiofmbgdmdjdcm | 
| คำอธิบาย | Farm Twitch channel points while AFK. * Whitelist streams * Enable / disable whitelisted streams * Auto mute streams * Auto change… | 
| ขนาดไฟล์ | 124 KB | 
| จำนวนการติดตั้ง | 123 | 
| เวอร์ชันปัจจุบัน | 1.0.1 | 
| อัปเดตครั้งล่าสุด | 2020-11-23 | 
| วันที่เผยแพร่ | 2020-11-15 | 
| คะแนน | 4.00/5 รวมทั้งหมด 2 คะแนน | 
| ผู้พัฒนา | tjaygrantham | 
| อีเมล | [email protected] | 
| ประเภทการชำระเงิน | free | 
| ภาษาที่รองรับ | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "name": "AFKChannelPoints",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "icon.png"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.jsdelivr.net https:\/\/code.jquery.com; object-src 'self'"
}  |  |