Fark Nag Eliminator

Disable fark.com's Adblock notification nag! By SysOp.

什么是Fark Nag Eliminator?

Fark Nag Eliminator是由mudmin开发的Chrome扩展程序,该扩展的主要功能是“Disable fark.com's Adblock notification nag! By SysOp.”。

扩展截图

screenshot

下载Fark Nag Eliminator扩展crx文件

下载Fark Nag Eliminator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        If you love Fark.com and use an ad-blocking software, this simple extension gets rid of Fark's annoying "Fark feeds our squirrel with revenue from ads, please whitelist us in adblock/noscript/your-ad-blocker-of-choice! (Read more) Or please consider joining TotalFark" message.                    

扩展基本信息

名称 Fark Nag Eliminator Fark Nag Eliminator
ID oefeinhipbdjeemidefnpdlmcjhgahge
官方URL https://chrome.google.com/webstore/detail/fark-nag-eliminator/oefeinhipbdjeemidefnpdlmcjhgahge
简介 Disable fark.com's Adblock notification nag! By SysOp.
文件大小 329 KB
安装次数 23
当前版本 1.3.1
更新时间 2014-09-21
上架时间 2014-09-21
评分 2.33/5 共3次评分
开发者 mudmin
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fark Nag Eliminator",
    "version": "1.3.1",
    "description": "Disable fark.com's Adblock notification nag! By SysOp.",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.fark.com\/*",
                "https:\/\/*.fark.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}