WhiteList Pro
Easily block distracting or annoying webs that not in list.made by Daniel Kletter. email:[email protected]
What is WhiteList Pro?
WhiteList Pro is a Chrome extension developed by http://whitelistprofree.wixsite.com/whitelist, and its main feature is "Easily block distracting or annoying webs that not in list.made by Daniel Kletter. email:[email protected]".
Download WhiteList Pro Extension CRX File
Download WhiteList Pro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Block all websites that are not on your list
Extension Basic Information
Name | |
ID | ndhapbamkbciencmbllaocpanollgonh |
Official URL | https://chrome.google.com/webstore/detail/whitelist-pro/ndhapbamkbciencmbllaocpanollgonh |
Description | Easily block distracting or annoying webs that not in list.made by Daniel Kletter. email:[email protected] |
File Size | 73.1 KB |
Installation Count | 120 |
Current Version | 0.3.0 |
Last Updated | 2016-12-13 |
Publish Date | 2016-12-13 |
Rating | 3.00/5 Total 2 Ratings |
Developer | http://whitelistprofree.wixsite.com/whitelist |
Payment Type | free |
Extension Website | http://whitelistprofree.wixsite.com/whitelist |
Supported Languages | 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" } |