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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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'"
} | |