一亩三分地去广告

去除一亩三分地论坛页面、弹窗广告

What is 一亩三分地去广告?

一亩三分地去广告 is a Chrome extension developed by example.com, and its main feature is "去除一亩三分地论坛页面、弹窗广告".

Extension Screenshots

screenshot

Download 一亩三分地去广告 Extension CRX File

Download 一亩三分地去广告 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

                        如何看待Warald的一亩三分地论坛?
https://www.zhihu.com/question/43989454                    

Extension Basic Information

Name 一亩三分地去广告 一亩三分地去广告
ID bhimnbceiehdolepnkblhkeffdncpeli
Official URL https://chromewebstore.google.com/detail/%E4%B8%80%E4%BA%A9%E4%B8%89%E5%88%86%E5%9C%B0%E5%8E%BB%E5%B9%BF%E5%91%8A/bhimnbceiehdolepnkblhkeffdncpeli
Description 去除一亩三分地论坛页面、弹窗广告
File Size 19.5 KB
Installation Count 168
Current Version 0.0.2
Last Updated 2020-11-25
Publish Date 2020-11-22
Rating 5.00/5 Total 1 Ratings
Developer example.com
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u4e00\u4ea9\u4e09\u5206\u5730\u53bb\u5e7f\u544a",
    "version": "0.0.2",
    "description": "\u53bb\u9664\u4e00\u4ea9\u4e09\u5206\u5730\u8bba\u575b\u9875\u9762\u3001\u5f39\u7a97\u5e7f\u544a",
    "background": {
        "persistant": false
    },
    "icons": {
        "16": "img\/icon_16.png",
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.1point3acres.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_idle"
        }
    ]
}