Subscribe to PewDiePie

Automatically subscribes to PewDiePie and unsubscribes from T-Series on youtube.com

Subscribe to PewDiePieคืออะไร?

Subscribe to PewDiePie เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dpiTech และคุณลักษณะหลักของมันคือ "Automatically subscribes to PewDiePie and unsubscribes from T-Series on youtube.com"

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

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

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

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

                        This Chrome Extension automatically subscribes to PewDiePie and unsubscribes from T-Series on youtube.com when visiting their channel page or watching any of their videos                    

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

ชื่อ Subscribe to PewDiePie Subscribe to PewDiePie
ID hdigkdgneeikpngngijhgialnibaokbd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/subscribe-to-pewdiepie/hdigkdgneeikpngngijhgialnibaokbd
คำอธิบาย Automatically subscribes to PewDiePie and unsubscribes from T-Series on youtube.com
ขนาดไฟล์ 49.21 KB
จำนวนการติดตั้ง 49
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-11-27
วันที่เผยแพร่ 2018-11-27
คะแนน 4.69/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา dpiTech
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Subscribe to PewDiePie",
    "version": "1.0",
    "description": "Automatically subscribes to PewDiePie and unsubscribes from T-Series on youtube.com",
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}