Distraction Zapper
Distraction Zapper
什麼是Distraction Zapper?
Distraction Zapper是由Guaranteed Response Marketing開發的Chrome擴展程式,該擴展的主要功能是“Distraction Zapper”。
擴展截圖
下載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 |
ID | ajpfjljdfihpbmlbncgpmlkgmalijgmi |
官方網址 | 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 |
電子郵箱 | [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'" } |