Ads Remove
This ad blocker removes all ads.
Ads Remove란 무엇입니까?
Ads Remove은(는) Ads Remove에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This ad blocker removes all ads."입니다.
확장 프로그램 스크린샷
Ads Remove 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ads Remove is the most advanced adsblock tool for Chrome Do you want to block advertisement? Here is Ads Remove that automatically blocks all ad including pre-roll video ads, text & banner ads. Save your time by stopping those useless advertisements. It's is an easy-to-use tool that blocks video and social media advertising. More than an adblocker, this tool lets you take control of your internet, block viruses and stop tracking. This ad blocker removes all ads.
확장 프로그램 기본 정보
이름 | |
ID | llncminnaabnpemjjldjomiccnhnpmoh |
공식 URL | https://chrome.google.com/webstore/detail/ads-remove/llncminnaabnpemjjldjomiccnhnpmoh |
설명 | This ad blocker removes all ads. |
파일 크기 | 78.93 KB |
설치 횟수 | 1,000 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2019-05-02 |
출시 날짜 | 2019-04-27 |
평점 | 4.10/5 총 29 개의 평점 |
개발자 | Ads Remove |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://getadblock.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ads Remove", "description": "This ad blocker removes all ads.", "version": "1.0.0", "manifest_version": 2, "default_locale": "en", "minimum_chrome_version": "16.0.884", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "background": { "scripts": [ "js\/socket.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/contentscript.js" ], "all_frames": true, "run_at": "document_start" } ], "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Ads Remove", "default_popup": "html\/popup.html" }, "permissions": [ "tabs", " |