Distraction Zapper

Distraction Zapper

Apa itu Distraction Zapper?

Distraction Zapper adalah ekstensi Chrome yang dikembangkan oleh Guaranteed Response Marketing, dan fitur utamanya adalah "Distraction Zapper".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Distraction Zapper

Unduh file ekstensi Distraction Zapper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Distraction Zapper Distraction Zapper
ID ajpfjljdfihpbmlbncgpmlkgmalijgmi
URL Resmi https://chromewebstore.google.com/detail/distraction-zapper/ajpfjljdfihpbmlbncgpmlkgmalijgmi
Deskripsi Distraction Zapper
Ukuran File 2.02 MB
Jumlah Instalasi 147
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2020-05-22
Tanggal Publikasi 2020-05-21
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Guaranteed Response Marketing
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.ebookfire.com/grm_llc_privacy.htm
Bahasa yang Didukung 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'"
}