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
Eメール [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"
    ]
}