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
官方URL 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"
        }
    ]
}