You Coub notifications & follow manager

Coub.com you channels notifications & follow manager. (Coub.com API based)

You Coub notifications & follow manager là gì?

You Coub notifications & follow manager là một tiện ích mở rộng Chrome được phát triển bởi return.true, và tính năng chính của nó là "Coub.com you channels notifications & follow manager. (Coub.com API based)".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng You Coub notifications & follow manager

Tải xuống các tệp mở rộng You Coub notifications & follow manager 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

                        You Coub notifications & follow manager! 0.810

Coub.com funs extention for manage channels and current url "DO COUB FROM THIS TAB 🤘🏻" button for more happy creations! Enjoy Anyways 😇😁💎                    

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

Tên You Coub notifications & follow manager You Coub notifications & follow manager
ID kfdemmfamfkkigmgkjlmpjamnaabjjio
URL Chính Thức https://chromewebstore.google.com/detail/you-coub-notifications-fo/kfdemmfamfkkigmgkjlmpjamnaabjjio
Mô tả Coub.com you channels notifications & follow manager. (Coub.com API based)
Kích Thước Tệp 78.76 KB
Số Lần Cài Đặt 82
Phiên Bản Hiện Tại 0.810
Cập Nhật Lần Cuối 2020-12-17
Ngày Phát Hành 2019-01-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển return.true
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "You Coub notifications & follow manager",
    "description": "Coub.com you channels notifications & follow manager. (Coub.com API based)",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "You Coub notifications & follow manager"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "activeTab"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/coub.com\/*"
            ],
            "css": [
                "ext.css"
            ],
            "js": [
                "ext.js"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "0.810",
    "icons": {
        "128": "icon.png",
        "666": "logo.png",
        "777": "icon_connect.png"
    }
}