Distraction Zapper

Distraction Zapper

What is Distraction Zapper?

Distraction Zapper is a Chrome extension developed by Guaranteed Response Marketing, and its main feature is "Distraction Zapper".

Extension Screenshots

screenshot
screenshot

Download Distraction Zapper Extension CRX File

Download Distraction Zapper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Distraction Zapper Distraction Zapper
ID ajpfjljdfihpbmlbncgpmlkgmalijgmi
Official URL https://chromewebstore.google.com/detail/distraction-zapper/ajpfjljdfihpbmlbncgpmlkgmalijgmi
Description Distraction Zapper
File Size 2.02 MB
Installation Count 147
Current Version 1.0.0
Last Updated 2020-05-22
Publish Date 2020-05-21
Rating 5.00/5 Total 1 Ratings
Developer Guaranteed Response Marketing
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.ebookfire.com/grm_llc_privacy.htm
Supported Languages 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'"
}