Bouncer

Bouncer is the simplest URL Blocker extention there is.

Bouncer क्या है?

Bouncer Greg GMCOLAB द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bouncer is the simplest URL Blocker extention there is."।

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

screenshot
screenshot
screenshot

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

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

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

                        Bouncer is the simplest URL blocker extension there is. Simply add any URLs that you wish to block and Bouncer will make sure they will never bother you again. 
Brought to you by GMCOLAB.                    

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

नाम Bouncer Bouncer
ID cahacokejmfdfanaahkiehiakkfhmejl
आधिकारिक URL https://chromewebstore.google.com/detail/bouncer/cahacokejmfdfanaahkiehiakkfhmejl
विवरण Bouncer is the simplest URL Blocker extention there is.
फ़ाइल का आकार 59.32 KB
स्थापना संख्या 22
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-12-20
प्रकाशन तिथि 2020-12-14
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Greg GMCOLAB
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://gmcolab.com/
सहायता पृष्ठ URL https://gmcolab.com/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Grigoris Chatzinikolaou",
    "name": "Bouncer",
    "version": "1.0",
    "description": "Bouncer is the simplest URL Blocker extention there is.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    }
}