AdToMeme

Blocks Ads, and replaces them with Memes!

AdToMemeとは何ですか?

AdToMemeはzettatekdevによって開発されたChromeの拡張機能で、その主な機能は「Blocks Ads, and replaces them with Memes!」です。

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

screenshot

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

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

拡張機能の使用方法

                        AdToMeme is an ad blocker that replaces them with memes! 100% compatible with other ad-blockers. To turn off AdToMeme, click on the icon and select 'turn off'. 100% family friendly! Send in memes you'd like to see to [email protected]. Now with a new meme! Also, consider donating!                    

拡張機能の基本情報

名前 AdToMeme AdToMeme
ID nooeahajgiajgilomnafnfdkccgfbhnl
公式URL https://chromewebstore.google.com/detail/adtomeme/nooeahajgiajgilomnafnfdkccgfbhnl
説明 Blocks Ads, and replaces them with Memes!
ファイルサイズ 933 KB
インストール数 72
現在のバージョン 1.0.9
最終更新日 2020-02-22
公開日 2020-02-22
評価 5.00/5 合計 2 レビュー
開発者 zettatekdev
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdToMeme",
    "version": "1.0.9",
    "description": "Blocks Ads, and replaces them with Memes!",
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/adtomem16.png",
            "32": "images\/adtomem32.png",
            "48": "images\/adtomem48.png",
            "128": "images\/adtomem128.png"
        }
    },
    "icons": {
        "16": "images\/adtomem16.png",
        "32": "images\/adtomem32.png",
        "48": "images\/adtomem48.png",
        "128": "images\/adtomem128.png"
    },
    "content_scripts": [
        {
            "js": [
                "block.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 2
}