President Toilet

Swaps all instances of the 45th president’s name for some porcelain. Thanks, Cher, for the inspiration. 😘💋

什麼是President Toilet?

President Toilet是由https://www.presidenttoilet.com開發的Chrome擴展程式,該擴展的主要功能是“Swaps all instances of the 45th president’s name for some porcelain. Thanks, Cher, for the inspiration. 😘💋”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載President Toilet擴展crx文件

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

擴展使用說明

                                            

擴展基本資訊

名稱 President Toilet President Toilet
ID ffhonfinhcmadaiapenloombkmekogha
官方網址 https://chromewebstore.google.com/detail/president-toilet/ffhonfinhcmadaiapenloombkmekogha
簡介 Swaps all instances of the 45th president’s name for some porcelain. Thanks, Cher, for the inspiration. 😘💋
檔案大小 12.31 KB
安裝次數 29
目前版本 1.3
更新時間 2017-05-11
上架時間 2017-05-11
評分 5.00/5 共 1 次評分
開發者 https://www.presidenttoilet.com
付費類型 free
擴展官網 https://www.presidenttoilet.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "President Toilet",
    "description": "Swaps all instances of the 45th president\u2019s name for some porcelain. Thanks, Cher, for the inspiration. \ud83d\ude18\ud83d\udc8b",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "version": "1.3",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}