DOGE

Replaces all images on all pages to DOGE. Ours is not to ask why.

什麼是DOGE?

DOGE是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Replaces all images on all pages to DOGE. Ours is not to ask why.”。

擴展截圖

screenshot
screenshot
screenshot

下載DOGE擴展crx文件

下載DOGE擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This plugin attempts to replace every image on every webpage with that of a doge or doge-related activity.                    

擴展基本資訊

名稱 DOGE DOGE
ID jailgicjdknlmhgikjppdfbjcbjmaeom
官方網址 https://chromewebstore.google.com/detail/doge/jailgicjdknlmhgikjppdfbjcbjmaeom
簡介 Replaces all images on all pages to DOGE. Ours is not to ask why.
檔案大小 71.01 KB
安裝次數 306
目前版本 1.3
更新時間 2014-06-03
上架時間 2014-06-03
評分 2.85/5 共 27 次評分
開發者 Unknown
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Shibesoft",
    "content_scripts": [
        {
            "js": [
                "jquery-1.8.0.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "logo128.png",
        "48": "logo48.png"
    },
    "description": "Replaces all images on all pages to DOGE. Ours is not to ask why.",
    "manifest_version": 2,
    "name": "DOGE",
    "version": "1.3"
}