Subscribe to PewDiePie

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

什麼是Subscribe to PewDiePie?

Subscribe to PewDiePie是由dpiTech開發的Chrome擴展程式,該擴展的主要功能是“Automatically subscribes to PewDiePie and unsubscribes from T-Series on youtube.com”。

擴展截圖

下載Subscribe to PewDiePie擴展crx文件

下載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
官方網址 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
}