Blocksite

Light and easy way to block websites

什么是Blocksite?

Blocksite是由hektr992开发的Chrome扩展程序,该扩展的主要功能是“Light and easy way to block websites”。

扩展截图

screenshot

下载Blocksite扩展crx文件

下载Blocksite扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}