Distraction Zapper
Distraction Zapper
Wat is Distraction Zapper?
Distraction Zapper is een Chrome-extensie ontwikkeld door Guaranteed Response Marketing, en de belangrijkste functie is "Distraction Zapper".
Extensie Screenshots
Download het CRX-bestand van de extensie Distraction Zapper
Download Distraction Zapper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Distraction Zapper |
ID | ajpfjljdfihpbmlbncgpmlkgmalijgmi |
Officiële URL | https://chromewebstore.google.com/detail/distraction-zapper/ajpfjljdfihpbmlbncgpmlkgmalijgmi |
Beschrijving | Distraction Zapper |
Bestandsgrootte | 2.02 MB |
Aantal Installaties | 147 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2020-05-22 |
Publicatiedatum | 2020-05-21 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Guaranteed Response Marketing |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.ebookfire.com/grm_llc_privacy.htm |
Ondersteunde Talen | 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'" } |