Subscribe to PewDiePie

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

Subscribe to PewDiePie là gì?

Subscribe to PewDiePie là một tiện ích mở rộng Chrome được phát triển bởi dpiTech, và tính năng chính của nó là "Automatically subscribes to PewDiePie and unsubscribes from T-Series on youtube.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Subscribe to PewDiePie

Tải xuống các tệp mở rộng Subscribe to PewDiePie dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Subscribe to PewDiePie Subscribe to PewDiePie
ID hdigkdgneeikpngngijhgialnibaokbd
URL Chính Thức https://chromewebstore.google.com/detail/subscribe-to-pewdiepie/hdigkdgneeikpngngijhgialnibaokbd
Mô tả Automatically subscribes to PewDiePie and unsubscribes from T-Series on youtube.com
Kích Thước Tệp 49.21 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-11-27
Ngày Phát Hành 2018-11-27
Đánh Giá 4.69/5 Tổng số 13 Đánh Giá
Nhà Phát Triển dpiTech
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}