Anti AD

hiding ADs

Anti AD란 무엇입니까?

Anti AD은(는) spade9k에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "hiding ADs"입니다.

확장 프로그램 스크린샷

screenshot

Anti AD 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Warning: Not recommend for who doesn't learn about CSS.

Features:
  1. Using CSS selectors to hide ADs, so it's simple and fast.
  2. You can configure your preferences for hiding.
  3. Your configuration will be saved in your Chrome account, so it's corss-device.

--------------------

须知:只推荐了解CSS知识的人使用

功能特点:
  1. 使用CSS选择器来隐藏广告,方式简单所以更轻更快
  2. 可定制化过滤规则,本体只包含了少量网站的广告过滤规则,推荐根据自己使用习惯去屏蔽常用网站的广告
  3. 自定义的过滤规则会跟当前账号信息一起同步,所以不用担心不同设备还要再设置的问题                    

확장 프로그램 기본 정보

이름 Anti AD Anti AD
ID apdmofndflmhbdlainacnpcpbihaalca
공식 URL https://chromewebstore.google.com/detail/anti-ad/apdmofndflmhbdlainacnpcpbihaalca
설명 hiding ADs
파일 크기 255 KB
설치 횟수 66
현재 버전 0.0.2
최근 업데이트 2019-01-09
출시 날짜 2019-01-09
개발자 spade9k
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anti AD",
    "description": "hiding ADs",
    "version": "0.0.2",
    "icons": {
        "128": "images\/icon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "options_page": "options.html",
    "page_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Anti AD",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2
}