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
官方網址 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"
    }
}