AllBlock
AllBlock - free extension that disables ads on popular resources.
AllBlock란 무엇입니까?
AllBlock은(는) AllBlock에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AllBlock - free extension that disables ads on popular resources."입니다.
확장 프로그램 스크린샷
AllBlock 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
AllBlock is a free multi-functional extension blocking various types of advertisements at popular websites and social networks. AllBlock features: - Youtube and Facebook ads blocking, - preventing pop-ups and push notifications - reduces traffic consumption and speeds up the browser, - free and extended functionality. We continue our product improving, working hard to give your pure interaction experience with your favorite web-content. Your sincerely, The AllBlock Team.
확장 프로그램 기본 정보
이름 | |
ID | nfofcmcpljmjdningbllljenopcmdhjf |
공식 URL | https://chrome.google.com/webstore/detail/allblock/nfofcmcpljmjdningbllljenopcmdhjf |
설명 | AllBlock - free extension that disables ads on popular resources. |
파일 크기 | 210 KB |
설치 횟수 | 5,000 |
현재 버전 | 1.55 |
최근 업데이트 | 2021-02-13 |
출시 날짜 | 2020-05-25 |
평점 | 4.86/5 총 111 개의 평점 |
개발자 | AllBlock |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://allblock.net |
도움말 페이지 URL | https://allblock.net/support |
개인정보 보호 정책 페이지 URL | http://allblock.net/privacy_policy |
지원되는 언어 | de,en,fr,tr,es,it,pl,ru,zh-CN,ja |
manifest.json | |
{ "browser_action": { "default_icon": "lightgreen.png", "default_title": "AllBlock" }, "description": "__MSG_appDesc__", "default_locale": "en", "manifest_version": 2, "name": "AllBlock", "background": { "scripts": [ "bg.js", "js\/install_handlers.js" ] }, "icons": { "128": "lightgreen.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "pages\/fas.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*.facebook.com\/view\/vs\/*" ], "js": [ "pages\/fvs.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "pages\/yt.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.facebookcorewwwi.onion\/*" ], "css": [ "css\/fb2.css" ], "js": [ "pages\/fb2.js" ], "run_at": "document_idle" }, { "all_frames": true, "js": [ "pages\/vk.js" ], "matches": [ "https:\/\/new.vk.com\/*", "http:\/\/new.vk.com\/*", "https:\/\/vk.com\/*", "http:\/\/vk.com\/*" ] }, { "all_frames": true, "css": [], "js": [ "pages\/vk_audio.js" ], "matches": [ "*:\/\/vk.com\/*" ], "run_at": "document_start" } ], "options_ui": { "page": "options.html", "open_in_tab": false }, "web_accessible_resources": [ "css\/style.css" ], "permissions": [ "webRequest", "webRequestBlocking", "tabs", "contentSettings", " |