Hotdog Hell
this hotdog has taken my soul. please send help.
Hotdog Hellとは何ですか?
Hotdog HellはZephyrEmbyrによって開発されたChromeの拡張機能で、その主な機能は「this hotdog has taken my soul. please send help.」です。
拡張機能のスクリーンショット
Hotdog Hell拡張機能のCRXファイルをダウンロード
Hotdog Hell拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
THIS HOTDOG CHANGED MY LIFE. I AM IN TOO DEEP AND I HAVE NO WAY OUT. IT IS TOO LATE FOR ME BUT IT IS NOT FOR YOU. DOWNLOAD THIS EXTENSION TO SIMILARLY CHANGE YOUR LIFE. (This extension replaces all images with the H O T D O G, but only on Facebook!)
拡張機能の基本情報
名前 | Hotdog Hell |
ID | adgnganndkofmcgchmicelhgfdfdpedi |
公式URL | https://chromewebstore.google.com/detail/hotdog-hell/adgnganndkofmcgchmicelhgfdfdpedi |
説明 | this hotdog has taken my soul. please send help. |
ファイルサイズ | 102 KB |
インストール数 | 128 |
現在のバージョン | 1.1 |
最終更新日 | 2017-07-11 |
公開日 | 2017-07-10 |
評価 | 4.97/5 合計 29 レビュー |
開発者 | ZephyrEmbyr |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hotdog Hell", "version": "1.1", "description": "this hotdog has taken my soul. please send help.", "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "jquery.js", "replace.js" ] } ], "icons": { "128": "hotdog.png" } } |