WhiteList Pro
Easily block distracting or annoying webs that not in list.made by Daniel Kletter. email:[email protected]
什么是WhiteList Pro?
WhiteList Pro是由http://whitelistprofree.wixsite.com/whitelist开发的Chrome扩展程序,该扩展的主要功能是“Easily block distracting or annoying webs that not in list.made by Daniel Kletter. email:[email protected]”。
下载WhiteList Pro扩展crx文件
下载WhiteList Pro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Block all websites that are not on your list
扩展基本信息
名称 | |
ID | ndhapbamkbciencmbllaocpanollgonh |
官方URL | https://chrome.google.com/webstore/detail/whitelist-pro/ndhapbamkbciencmbllaocpanollgonh |
简介 | Easily block distracting or annoying webs that not in list.made by Daniel Kletter. email:[email protected] |
文件大小 | 73.1 KB |
安装次数 | 120 |
当前版本 | 0.3.0 |
更新时间 | 2016-12-13 |
上架时间 | 2016-12-13 |
评分 | 3.00/5 共2次评分 |
开发者 | http://whitelistprofree.wixsite.com/whitelist |
付费类型 | free |
扩展官网 | http://whitelistprofree.wixsite.com/whitelist |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": { "16": "WhiteList-Pro-icon-16.png", "48": "WhiteList-Pro-icon-48.png" }, "default_title": "WhiteList Pro", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "description": "Easily block distracting or annoying webs that not in list.made by Daniel Kletter. email:[email protected]", "icons": { "128": "WhiteList-Pro-icon-128.png", "16": "WhiteList-Pro-icon-16.png", "48": "WhiteList-Pro-icon-48.png" }, "manifest_version": 2, "name": "WhiteList Pro", "options_page": "options.html", "permissions": [ "tabs", "storage" ], "version": "0.3.0", "homepage_url": "http:\/\/whitelistprofree.wixsite.com\/whitelist", "author": "Kletter Daniel" } |