Aon Adblock Mini
It blocks unwanted advertisements.
Aon Adblock Mini란 무엇입니까?
Aon Adblock Mini은(는) Aon Adblock Mini에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It blocks unwanted advertisements."입니다.
확장 프로그램 스크린샷
Aon Adblock Mini 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
No Annoying ads anymore with Aon Adblock Mini. It uses simple filter rules so it uses less energy and time. Aon Adblock Mini is a fork of open source Adsweep ad blocker. Clean all ads and enjoy web without annoying ads. Adblock mini compatible with Chrome, and other chromimum based web browsers like Yandex Browser, UC Browser and Baidu browser. Source of another fork https://github.com/Anasthase/TintBrowserAdblockAddon If you enjoy Aon adblock mini for Chrome, Uc Browser, Yandex Browser and Baidu browser and you are using Android Phone or Tablet please install our adblock browser : https://play.google.com/store/apps/details?id=tr.abak.simsekTarayici
확장 프로그램 기본 정보
이름 | |
ID | nldifmjnaeokhdgcmlmfnhcnalapdjbg |
공식 URL | https://chrome.google.com/webstore/detail/aon-adblock-mini/nldifmjnaeokhdgcmlmfnhcnalapdjbg |
설명 | It blocks unwanted advertisements. |
파일 크기 | 70.81 KB |
설치 횟수 | 294 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2017-03-15 |
출시 날짜 | 2017-03-15 |
평점 | 3.80/5 총 15 개의 평점 |
개발자 | Aon Adblock Mini |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.0", "name": "__MSG_application_title__", "short_name": "__MSG_application_short_name__", "description": "__MSG_application_description__", "default_locale": "en", "homepage_url": "http:\/\/aonbrowser.com", "minimum_chrome_version": "30.0.1599", "offline_enabled": false, "author": "Tar\u0131k Sucu", "icons": { "16": "assets\/img\/16_icon.png", "32": "assets\/img\/32_icon.png", "48": "assets\/img\/48_icon.png", "64": "assets\/img\/64_icon.png", "128": "assets\/img\/128_icon.png" }, "browser_action": { "default_icon": { "19": "assets\/img\/19_action.png", "38": "assets\/img\/38_action.png" }, "default_title": " " }, "background": { "scripts": [ "assets\/js\/bg.js" ], "persistent": true }, "content_scripts": [ { "js": [ "assets\/js\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "all_frames": true } ], "permissions": [ "storage" ], "web_accessible_resources": [ "assets\/img\/*.png", "assets\/js\/content.js" ] } |