You Coub notifications & follow manager

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

You Coub notifications & follow manager क्या है?

You Coub notifications & follow manager return.true द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Coub.com you channels notifications & follow manager. (Coub.com API based)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में You Coub notifications & follow manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 😇😁💎                    

एक्सटेंशन की मूल जानकारी

नाम You Coub notifications & follow manager You Coub notifications & follow manager
ID kfdemmfamfkkigmgkjlmpjamnaabjjio
आधिकारिक URL https://chromewebstore.google.com/detail/you-coub-notifications-fo/kfdemmfamfkkigmgkjlmpjamnaabjjio
विवरण Coub.com you channels notifications & follow manager. (Coub.com API based)
फ़ाइल का आकार 78.76 KB
स्थापना संख्या 82
वर्तमान संस्करण 0.810
अंतिम अपडेट 2020-12-17
प्रकाशन तिथि 2019-01-30
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर return.true
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}