Hamburgers to Steamed Hams

Replaces the text 'Hamburgers' with 'Steamed Hams' to support regional dialect.

什麼是Hamburgers to Steamed Hams?

Hamburgers to Steamed Hams是由https://freemanonthe.land開發的Chrome擴展程式,該擴展的主要功能是“Replaces the text 'Hamburgers' with 'Steamed Hams' to support regional dialect.”。

擴展截圖

screenshot

下載Hamburgers to Steamed Hams擴展crx文件

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

擴展使用說明

                                            

擴展基本資訊

名稱 Hamburgers to Steamed Hams Hamburgers to Steamed Hams
ID fieooplcpndnceolckkkhnfkecpfeije
官方網址 https://chromewebstore.google.com/detail/hamburgers-to-steamed-ham/fieooplcpndnceolckkkhnfkecpfeije
簡介 Replaces the text 'Hamburgers' with 'Steamed Hams' to support regional dialect.
檔案大小 44.86 KB
安裝次數 24
目前版本 2.0
更新時間 2018-04-17
上架時間 2018-04-16
評分 4.33/5 共 3 次評分
開發者 https://freemanonthe.land
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hamburgers to Steamed Hams",
    "short_name": "Steamed Clams",
    "description": "Replaces the text 'Hamburgers' with 'Steamed Hams' to support regional dialect.",
    "author": "Seymour Skinner",
    "version": "2.0",
    "icons": {
        "16": "skinner16.png",
        "32": "skinner32.png",
        "48": "skinner48.png",
        "128": "skinner128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}