Distraction Zapper

Distraction Zapper

Distraction Zapperとは何ですか?

Distraction ZapperはGuaranteed Response Marketingによって開発されたChromeの拡張機能で、その主な機能は「Distraction Zapper」です。

拡張機能のスクリーンショット

screenshot
screenshot

Distraction Zapper拡張機能のCRXファイルをダウンロード

Distraction Zapper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Distraction Zapper Distraction Zapper
ID ajpfjljdfihpbmlbncgpmlkgmalijgmi
公式URL https://chromewebstore.google.com/detail/distraction-zapper/ajpfjljdfihpbmlbncgpmlkgmalijgmi
説明 Distraction Zapper
ファイルサイズ 2.02 MB
インストール数 147
現在のバージョン 1.0.0
最終更新日 2020-05-22
公開日 2020-05-21
評価 5.00/5 合計 1 レビュー
開発者 Guaranteed Response Marketing
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.ebookfire.com/grm_llc_privacy.htm
対応言語 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'"
}