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.”。
扩展截图
下载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 |
ID | jailgicjdknlmhgikjppdfbjcbjmaeom |
官方URL | 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" } |