WhiteList Pro
Easily block distracting or annoying webs that not in list.made by Daniel Kletter. email:[email protected]
Hvad er WhiteList Pro?
WhiteList Pro er en Chrome-udvidelse udviklet af http://whitelistprofree.wixsite.com/whitelist, og dens hovedfunktion er "Easily block distracting or annoying webs that not in list.made by Daniel Kletter. email:[email protected]".
Download WhiteList Pro-udvidelses-CRX-fil
Download WhiteList Pro-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Block all websites that are not on your list
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ndhapbamkbciencmbllaocpanollgonh |
Officiel URL | https://chrome.google.com/webstore/detail/whitelist-pro/ndhapbamkbciencmbllaocpanollgonh |
Beskrivelse | Easily block distracting or annoying webs that not in list.made by Daniel Kletter. email:[email protected] |
Filstørrelse | 73.1 KB |
Antal Installationer | 120 |
Nuværende Version | 0.3.0 |
Senest Opdateret | 2016-12-13 |
Udgivelsesdato | 2016-12-13 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | http://whitelistprofree.wixsite.com/whitelist |
Betalingsmetode | free |
Udvidelseswebsted | http://whitelistprofree.wixsite.com/whitelist |
Understøttede Sprog | 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" } |