Youtube subscriptions

Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube

Youtube subscriptions là gì?

Youtube subscriptions là một tiện ích mở rộng Chrome được phát triển bởi REKORD, và tính năng chính của nó là "Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Youtube subscriptions 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

                        The YouTube subscription itself is an application that allows you to quickly and conveniently keep track of the latest updates to your subscriptions without logging into the YouTube page. You just need to add the address of your channel once and for the last how many hours the published videos items you want to see. The application will only evolve and will add more and more new features just for your convenience.                    

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

Tên Youtube subscriptions Youtube subscriptions
ID bddhdhnlblfihpgogfinakagjkkcgnai
URL Chính Thức https://chromewebstore.google.com/detail/youtube-subscriptions/bddhdhnlblfihpgogfinakagjkkcgnai
Mô tả Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube
Kích Thước Tệp 13.78 KB
Số Lần Cài Đặt 1,928
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2021-02-15
Ngày Phát Hành 2019-03-14
Đánh Giá 2.82/5 Tổng số 11 Đánh Giá
Nhà Phát Triển REKORD
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/logo.png",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube",
    "icons": {
        "128": "icons\/logo.png"
    },
    "manifest_version": 2,
    "name": "Youtube subscriptions",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5"
}