Plucky Lite

Plucky is an Internet filter to bolster self-control.

Plucky Lite क्या है?

Plucky Lite Single Eye Software LLC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Plucky is an Internet filter to bolster self-control."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Plucky Lite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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*"
    ]
}