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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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*"
    ]
}