PlebTV

Free Twitch Sub Emotes for those who dont want to give him money.

PlebTVคืออะไร?

PlebTV เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Plebian และคุณลักษณะหลักของมันคือ "Free Twitch Sub Emotes for those who dont want to give him money."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PlebTV

ดาวน์โหลดไฟล์ส่วนขยาย PlebTV ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        PlebTV. A very minimal chrome extension that allows you to use subscriber emotes on a Twitch.tv channel without paying $5 subscription fee.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PlebTV PlebTV
ID opnhdldldepoplohpadkbnfdmhmpboki
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/plebtv/opnhdldldepoplohpadkbnfdmhmpboki
คำอธิบาย Free Twitch Sub Emotes for those who dont want to give him money.
ขนาดไฟล์ 18.54 KB
จำนวนการติดตั้ง 15
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2017-01-06
วันที่เผยแพร่ 2017-01-06
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Plebian
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PlebTV",
    "description": "Free Twitch Sub Emotes for those who dont want to give him money.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "lolalpha1.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "PlebTV",
        "default_icon": {
            "128": "gusta.png"
        }
    },
    "permissions": [
        "tabs",
        "https:\/\/www.twitch.tv\/*"
    ]
}