Duckify
This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too!
Duckifyとは何ですか?
Duckifyはdevon.wieczorek93によって開発されたChromeの拡張機能で、その主な機能は「This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too!」です。
拡張機能のスクリーンショット
Duckify拡張機能のCRXファイルをダウンロード
Duckify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tired of your news pages being filled with America's most villainous Presidential Candidate? Duckify allows you to remove any instance of him from the web and replace it with everyone's favorite duck! New version includes image swap and updated search criteria. Feel free to contact me with any suggestions or feedback! (Developer feedback is especially helpful). Of course, if you'd like to modify this extension or build on top of it, hack away!
拡張機能の基本情報
名前 | |
ID | afjeijkfobmcgjpflphnpcbbflkjipll |
公式URL | https://chrome.google.com/webstore/detail/duckify/afjeijkfobmcgjpflphnpcbbflkjipll |
説明 | This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too! |
ファイルサイズ | 89.47 KB |
インストール数 | 14 |
現在のバージョン | 1.1 |
最終更新日 | 2016-07-11 |
公開日 | 2016-07-11 |
開発者 | devon.wieczorek93 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Duckify", "description": "This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too!", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_title": "Duckify" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-3.0.0.js", "text.js", "image.js" ], "run_at": "document_idle" } ], "permissions": [ "activeTab", "webNavigation", "*:\/\/*\/*" ] } |