NonAd Block

This extension blocks any content that is NOT an ad.

NonAd Blockとは何ですか?

NonAd Blockはokcarlによって開発されたChromeの拡張機能で、その主な機能は「This extension blocks any content that is NOT an ad.」です。

拡張機能のスクリーンショット

screenshot

NonAd Block拡張機能のCRXファイルをダウンロード

NonAd Block拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This shows you the Internet the way content creators want you to see it: by blocking any content that is NOT an ad. It helps you focus on the important parts of webpages.

Created for the Stupid Sh*t No One Needs & Terrible Ideas Hackathon 2016.


New version improves performance and shows more ads.                    

拡張機能の基本情報

名前 NonAd Block NonAd Block
ID mjdphmpknkepficogfmnfhabmlngggip
公式URL https://chromewebstore.google.com/detail/nonad-block/mjdphmpknkepficogfmnfhabmlngggip
説明 This extension blocks any content that is NOT an ad.
ファイルサイズ 58.6 KB
インストール数 890
現在のバージョン 1.0.0.1
最終更新日 2016-02-11
公開日 2016-02-09
評価 4.35/5 合計 82 レビュー
開発者 okcarl
支払い方法 free
拡張機能のウェブサイト http://www.stupidhackathon.com/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NonAd Block",
    "short_name": "NonAdblock",
    "description": "This extension blocks any content that is NOT an ad.",
    "version": "1.0.0.1",
    "homepage_url": "http:\/\/www.stupidhackathon.com\/",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "background": {
        "scripts": [
            "jquery-1.12.0.min.js",
            "app.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.12.0.min.js",
                "app.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ]
}