Distraction Zapper

Distraction Zapper

Cos'è Distraction Zapper?

Distraction Zapper è un'estensione di Chrome sviluppata da Guaranteed Response Marketing, e la sua funzione principale è "Distraction Zapper".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Distraction Zapper

Scarica i file di estensione Distraction Zapper 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

                        This is a simple extension to block a pre-determined list of websites (such as social media) for a period of time you choose. It is intended to help you stay away from distractions and complete your projects faster. 

You can optionally enter a job or project name, then view aggregate logs of how long did you work on a certain project.                    

Informazioni di Base sull'Estensione

Nome Distraction Zapper Distraction Zapper
ID ajpfjljdfihpbmlbncgpmlkgmalijgmi
URL Ufficiale https://chromewebstore.google.com/detail/distraction-zapper/ajpfjljdfihpbmlbncgpmlkgmalijgmi
Descrizione Distraction Zapper
Dimensione del File 2.02 MB
Conteggio Installazioni 147
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-05-22
Data di Pubblicazione 2020-05-21
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Guaranteed Response Marketing
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.ebookfire.com/grm_llc_privacy.htm
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Distraction Zapper",
    "version": "1.0.0",
    "name": "Distraction Zapper",
    "homepage_url": "https:\/\/thejimedwardsmethod.com\/",
    "author": "Guaranteed Response Marketing",
    "options_page": "options.html",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "downloads",
        "storage",
        "webNavigation"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}