Plucky Lite
Plucky is an Internet filter to bolster self-control.
Cos'è Plucky Lite?
Plucky Lite è un'estensione di Chrome sviluppata da Single Eye Software LLC, e la sua funzione principale è "Plucky is an Internet filter to bolster self-control.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Plucky Lite
Scarica i file di estensione Plucky Lite in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Plucky Lite |
ID | chnpoommpdaincgmgkdgmgllfppffncf |
URL Ufficiale | https://chromewebstore.google.com/detail/plucky-lite/chnpoommpdaincgmgkdgmgllfppffncf |
Descrizione | Plucky is an Internet filter to bolster self-control. |
Dimensione del File | 404 KB |
Conteggio Installazioni | 161 |
Versione Corrente | 11.12.62 |
Ultimo Aggiornamento | 2024-03-04 |
Data di Pubblicazione | 2020-11-30 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Single Eye Software LLC |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.pluckeye.net/ |
URL della Pagina della Politica sulla Privacy | https://u.pluckeye.net/doc/privacy |
Lingue Supportate | 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": [ " |