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
电子邮箱 [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*"
    ]
}