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. 😘💋」です。
拡張機能のスクリーンショット
President Toilet拡張機能のCRXファイルをダウンロード
President Toilet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | 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" } ] } |