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"
    }
}