Trump-To-Babbling-Idiot
Replaces any mention of our president with 'Babbling Idiot'.
Trump-To-Babbling-Idiotとは何ですか?
Trump-To-Babbling-IdiotはRyan Ristineによって開発されたChromeの拡張機能で、その主な機能は「Replaces any mention of our president with 'Babbling Idiot'.」です。
拡張機能のスクリーンショット
Trump-To-Babbling-Idiot拡張機能のCRXファイルをダウンロード
Trump-To-Babbling-Idiot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This Extension replaces any mention of Donald Trump and replaces it with "Babbling Idiot"
THIS IS HEAVILY HEAVILY HEAVILY based on "Cloud-to-Butt"
please support the developer of Cloud-to-butt https://github.com/panicsteve/cloud-to-butt 拡張機能の基本情報
| 名前 | |
| ID | hheclhiapblfldlcbfpcpocidogaplcn |
| 公式URL | https://chrome.google.com/webstore/detail/trump-to-babbling-idiot/hheclhiapblfldlcbfpcpocidogaplcn |
| 説明 | Replaces any mention of our president with 'Babbling Idiot'. |
| ファイルサイズ | 780 KB |
| インストール数 | 48 |
| 現在のバージョン | 1.1.2 |
| 最終更新日 | 2017-01-21 |
| 公開日 | 2017-01-21 |
| 評価 | 2.33/5 合計 3 レビュー |
| 開発者 | Ryan Ristine |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.ryanristine.com |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"js": [
"content_script.js"
],
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_end"
}
],
"manifest_version": 2,
"icons": {
"48": "\/Images\/logo.png"
},
"description": "Replaces any mention of our president with 'Babbling Idiot'.",
"name": "Trump-To-Babbling-Idiot",
"version": "1.1.2"
} | |