999.md Plus

Extension removes ads from the top of the listing. Расширение убирает платные объявления из начала выдачи.

什么是999.md Plus?

999.md Plus是由anjas开发的Chrome扩展程序,该扩展的主要功能是“Extension removes ads from the top of the listing. Расширение убирает платные объявления из начала выдачи.”。

扩展截图

screenshot

下载999.md Plus扩展crx文件

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

扩展使用说明

                        Extension removes ads from the top of the listing.

Расширение убирает платные объявления из начала выдачи.                    

扩展基本信息

名称 999.md Plus 999.md Plus
ID feighcddcaljbkbbokjjifkehpojcalj
官方URL https://chromewebstore.google.com/detail/999md-plus/feighcddcaljbkbbokjjifkehpojcalj
简介 Extension removes ads from the top of the listing. Расширение убирает платные объявления из начала выдачи.
文件大小 41.07 KB
安装次数 52
当前版本 1.0
更新时间 2014-10-02
上架时间 2014-10-02
评分 4.00/5 共12次评分
开发者 anjas
付费类型 free
支持的语言 ro
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "999.md Plus",
    "manifest_version": 2,
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/999.md\/*",
                "https:\/\/999.md\/*"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "http:\/\/999.md\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}