Umbridgizer
This extension will turn the words 'Donald Trump' into 'Dolores Umbridge'.
Umbridgizerとは何ですか?
Umbridgizerはegdirbmuによって開発されたChromeの拡張機能で、その主な機能は「This extension will turn the words 'Donald Trump' into 'Dolores Umbridge'.」です。
拡張機能のスクリーンショット
Umbridgizer拡張機能のCRXファイルをダウンロード
Umbridgizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension turns Donald Trump into Hogwarts teacher Dolores Umbridge. Because somehow that just seems right.
拡張機能の基本情報
名前 | Umbridgizer |
ID | fcnmedblgeflkchhbgdfjkccjodaghli |
公式URL | https://chromewebstore.google.com/detail/umbridgizer/fcnmedblgeflkchhbgdfjkccjodaghli |
説明 | This extension will turn the words 'Donald Trump' into 'Dolores Umbridge'. |
ファイルサイズ | 4.45 KB |
インストール数 | 18 |
現在のバージョン | 1.1 |
最終更新日 | 2016-03-03 |
公開日 | 2016-03-02 |
評価 | 4.50/5 合計 8 レビュー |
開発者 | egdirbmu |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Umbridgizer", "description": "This extension will turn the words 'Donald Trump' into 'Dolores Umbridge'.", "version": "1.1", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "muggle.js" ] } ], "browser_action": { "default_icon": "kitty.png" }, "short_name": "Umbridge" } |