Anti AD

hiding ADs

Anti AD क्या है?

Anti AD spade9k द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "hiding ADs"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Anti AD एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}