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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |