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
官方網址 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"
    ]
}