Angry Cat Site Block

Block any website from your browser for free

Angry Cat Site Block क्या है?

Angry Cat Site Block thomasbayy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block any website from your browser for free"।

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

screenshot
screenshot

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

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

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

                        A free, easy to use site blocker, that will show you an angry cat, telling you to get back to work, whenever you are blocked.

Completely free, no paid features.

Can block any words, websites etc. from the url.
This includes things such as "google", "google.com", "www.google.com" etc.
Any word that matches the url, will result in a block, which means that even single letters such as "e" will also work, even though I would not recommend to do so.                    

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

नाम Angry Cat Site Block Angry Cat Site Block
ID njlndibfjkaigciohbfdglklhechhnlc
आधिकारिक URL https://chromewebstore.google.com/detail/angry-cat-site-block/njlndibfjkaigciohbfdglklhechhnlc
विवरण Block any website from your browser for free
फ़ाइल का आकार 19.23 KB
स्थापना संख्या 37
वर्तमान संस्करण 1.1
अंतिम अपडेट 2022-08-11
प्रकाशन तिथि 2022-07-31
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर thomasbayy
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Angry Cat Site Block",
    "description": "Block any website from your browser for free",
    "version": "1.1",
    "manifest_version": 3,
    "author": "Thomas Bay-J\u00f8rgensen - Thomasbayy @ GitHub",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_popup": "interface.html"
    },
    "icons": {
        "16": "icons\/angry_cat_16.png",
        "32": "icons\/angry_cat_32.png",
        "48": "icons\/angry_cat_48.png",
        "128": "icons\/angry_cat_128.png"
    }
}