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
电子邮箱 [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
}