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.”。

擴展截圖

screenshot
screenshot

下載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 Hotdog Hell
ID adgnganndkofmcgchmicelhgfdfdpedi
官方網址 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
電子郵箱 [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"
    }
}