DogeGuard

This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.

什么是DogeGuard?

DogeGuard是由alex.j.herdzik开发的Chrome扩展程序,该扩展的主要功能是“This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.”。

扩展截图

screenshot

下载DogeGuard扩展crx文件

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

扩展使用说明

                        Slight variation on a sample app, in which everything hosted on cheezburger.com is replaced by a silly picture of a chihuahua I found on tumblr.                    

扩展基本信息

名称 DogeGuard DogeGuard
ID aecmhjjghimigepncpjelhpkpagogcnc
官方URL https://chromewebstore.google.com/detail/dogeguard/aecmhjjghimigepncpjelhpkpagogcnc
简介 This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.
文件大小 8.48 KB
安装次数 46
当前版本 1.0.1
更新时间 2014-12-12
上架时间 2014-12-12
评分 5.00/5 共2次评分
开发者 alex.j.herdzik
付费类型 free
扩展官网 https://31.media.tumblr.com/tumblr_m8pwmcn9wy1qbbiyo.jpg
帮助页面URL https://31.media.tumblr.com/tumblr_m8pwmcn9wy1qbbiyo.jpg
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DogeGuard",
    "description": "This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "triggerGuard.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}