Time based URL blocking

URL blocking for specific time periods of a day

Time based URL blockingとは何ですか?

Time based URL blockingはGracetech servicesによって開発されたChromeの拡張機能で、その主な機能は「URL blocking for specific time periods of a day」です。

拡張機能のスクリーンショット

screenshot

Time based URL blocking拡張機能のCRXファイルをダウンロード

Time based URL blocking拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The app will allow you to specify the URLs you wish to be blocked, and the blocking time periods of each day of week.  You can use keywords to block all URLs that contain the keywords                    

拡張機能の基本情報

名前 Time based URL blocking Time based URL blocking
ID hmacejdlhhkfkgooahkhnnakjdnmfneg
公式URL https://chromewebstore.google.com/detail/time-based-url-blocking/hmacejdlhhkfkgooahkhnnakjdnmfneg
説明 URL blocking for specific time periods of a day
ファイルサイズ 55.21 KB
インストール数 52
現在のバージョン 1.0
最終更新日 2019-04-19
公開日 2019-04-15
評価 3.75/5 合計 4 レビュー
開発者 Gracetech services
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time based URL blocking",
    "version": "1.0",
    "description": "URL blocking for specific time periods of a day",
    "background": {
        "scripts": [
            "commonfn.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "icons": {
        "48": "StopClock48.png",
        "128": "StopClock128.png"
    },
    "browser_action": {
        "default_icon": "StopClock48.png",
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "manifest_version": 2
}