Trump To Hitler

This extension replaces all mentions of Trump's name with Hitler's name for the current page.

什麼是Trump To Hitler?

Trump To Hitler是由danhstepanov開發的Chrome擴展程式,該擴展的主要功能是“This extension replaces all mentions of Trump's name with Hitler's name for the current page.”。

下載Trump To Hitler擴展crx文件

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

擴展使用說明

                        This extension replaces all mentions of Trump's name with Hitler's name for the current page.                    

擴展基本資訊

名稱 Trump To Hitler Trump To Hitler
ID ckjmfnbellhpcpidbeghfjmdgpobapfc
官方網址 https://chromewebstore.google.com/detail/trump-to-hitler/ckjmfnbellhpcpidbeghfjmdgpobapfc
簡介 This extension replaces all mentions of Trump's name with Hitler's name for the current page.
檔案大小 36.65 KB
安裝次數 166
目前版本 0.0.3
更新時間 2016-03-04
上架時間 2016-03-03
評分 5.00/5 共 2 次評分
開發者 danhstepanov
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump To Hitler",
    "description": "This extension replaces all mentions of Trump's name with Hitler's name for the current page.",
    "version": "0.0.3",
    "icons": {
        "48": "hitler48.png",
        "128": "hitler128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}