StopAd

过滤掉烦人的广告,包括视频广告

What is StopAd?

StopAd is a Chrome extension developed by deeranetech, and its main feature is "过滤掉烦人的广告,包括视频广告".

Extension Screenshots

screenshot
screenshot

Download StopAd Extension CRX File

Download StopAd extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        过滤掉烦人的广告,能拦截掉优酷、腾讯、土豆的视频广告,再也不用看90秒的广告了。                    

Extension Basic Information

Name StopAd StopAd
ID gjpcbfmdglddiilnhjaihhpcoenkfnlo
Official URL https://chrome.google.com/webstore/detail/stopad/gjpcbfmdglddiilnhjaihhpcoenkfnlo
Description 过滤掉烦人的广告,包括视频广告
File Size 806 KB
Installation Count 2,000
Current Version 1.0
Last Updated 2016-01-20
Publish Date 2016-01-20
Rating 4.00/5 Total 4 Ratings
Developer deeranetech
Payment Type free
Supported Languages en-US,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StopAd",
    "version": "1.0",
    "description": "\u8fc7\u6ee4\u6389\u70e6\u4eba\u7684\u5e7f\u544a,\u5305\u62ec\u89c6\u9891\u5e7f\u544a",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "browsingData"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "block_128x128.png"
    },
    "browser_action": {
        "default_title": "block the ad",
        "default_icon": "block_16x16.png",
        "default_popup": "popup.html"
    },
    "default_locale": "en_US",
    "web_accessible_resources": [
        "a.js"
    ],
    "manifest_version": 2
}