Blocksite

Light and easy way to block websites

Blocksite क्या है?

Blocksite hektr992 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Light and easy way to block websites"।

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

screenshot

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

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

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

                        Light and easy way to block websites.

Stop websites from stealing your time and exploiting your internet addiction.
Just block them.

Features:
* Works silent(doesn't show you any notification, doesn't open any window, doesn't ask you any question, just silent does what you want)

* Easy to use(options are textarea with two buttons - save and disable/enable)

* Light(script size is only 5 kb and does not overload your cpu)

* Inconspicuous icon on chrome toolbar doesn't attract attention.

-------
Any feedback is greatly appreciated.
Thanks.                    

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

नाम Blocksite Blocksite
ID ajdknbjjnloedkadkbkajlglplbgmgem
आधिकारिक URL https://chrome.google.com/webstore/detail/blocksite/ajdknbjjnloedkadkbkajlglplbgmgem
विवरण Light and easy way to block websites
फ़ाइल का आकार 23.95 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 0.1.5.5
अंतिम अपडेट 2019-08-26
प्रकाशन तिथि 2019-08-26
रेटिंग 4.29/5 कुल 17 रेटिंग्स
डेवलपर hektr992
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "0.1.5.5",
    "author": "hektr",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ]
}