Plucky Lite

Plucky is an Internet filter to bolster self-control.

Plucky Liteとは何ですか?

Plucky LiteはSingle Eye Software LLCによって開発されたChromeの拡張機能で、その主な機能は「Plucky is an Internet filter to bolster self-control.」です。

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

screenshot
screenshot

Plucky Lite拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Plucky is a self-control oriented filter that can:

1. block all images and videos from some or all websites
2. block access to some or all websites during certain hours of the day
3. enforce a user-configured waiting period on changes to Plucky settings

Note that Plucky Lite (this extension) only affects the browser (for example, Chrome).  If you find that useful, fantastic!  If you want more extensive filtering, you may want to try the standard version of Plucky after taking this extension for a whirl, because the standard version of Plucky will affect your whole computer, not just the browser.                    

拡張機能の基本情報

名前 Plucky Lite Plucky Lite
ID chnpoommpdaincgmgkdgmgllfppffncf
公式URL https://chromewebstore.google.com/detail/plucky-lite/chnpoommpdaincgmgkdgmgllfppffncf
説明 Plucky is an Internet filter to bolster self-control.
ファイルサイズ 404 KB
インストール数 161
現在のバージョン 11.12.62
最終更新日 2024-03-04
公開日 2020-11-30
評価 5.00/5 合計 3 レビュー
開発者 Single Eye Software LLC
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.pluckeye.net/
プライバシーポリシーページのURL https://u.pluckeye.net/doc/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Plucky Lite",
    "version": "11.12.62",
    "description": "Plucky is an Internet filter to bolster self-control.",
    "browser_action": {
        "default_icon": {
            "32": "ui\/img\/p+-32.png",
            "38": "ui\/img\/p+-38.png"
        },
        "default_title": "Plucky Lite"
    },
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "bg.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "cs.css"
            ],
            "js": [
                "cs.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "devtools_page": "dt\/d.html",
    "icons": {
        "16": "ui\/img\/p+-16.png",
        "48": "ui\/img\/p+-48.png",
        "128": "ui\/img\/p+-128.png"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "ui\/opts.html"
    },
    "permissions": [
        "",
        "contextMenus",
        "downloads",
        "management",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "empty.js*"
    ]
}