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" } |