DonaldTheDuck Browser Extension
This extension replaces all mentions and images of Donald Trump with Donald Duck
DonaldTheDuck Browser Extensionとは何ですか?
DonaldTheDuck Browser Extensionはdimitryによって開発されたChromeの拡張機能で、その主な機能は「This extension replaces all mentions and images of Donald Trump with Donald Duck」です。
拡張機能のスクリーンショット
DonaldTheDuck Browser Extension拡張機能のCRXファイルをダウンロード
DonaldTheDuck Browser Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tired of all the news about the recent elections? This extension can help. It eliminates all mentions of Trump with the word Duck and attempts to replace all images of the former with images of the latter. With, at times, hilarious results.
拡張機能の基本情報
名前 | |
ID | hbaodmapbjfloappbhnnbclgiifhhpkc |
公式URL | https://chrome.google.com/webstore/detail/donaldtheduck-browser-ext/hbaodmapbjfloappbhnnbclgiifhhpkc |
説明 | This extension replaces all mentions and images of Donald Trump with Donald Duck |
ファイルサイズ | 1.38 MB |
インストール数 | 17 |
現在のバージョン | 1.0 |
最終更新日 | 2016-11-27 |
公開日 | 2016-11-27 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | dimitry |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DonaldTheDuck Browser Extension", "description": "This extension replaces all mentions and images of Donald Trump with Donald Duck", "version": "1.0", "icons": { "400": "assets\/icon.png" }, "web_accessible_resources": [ "assets\/*" ], "browser_action": { "default_icon": "assets\/icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [], "js": [ "assets\/mezr.min.js", "includes\/constants.js", "includes\/utils.js", "content.js" ] } ], "permissions": [ "activeTab", "tabs", "storage", "http:\/\/*\/", "https:\/\/*\/", "https:\/\/ajax.googleapis.com\/" ] } |