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 |
官方網址 | 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\/" ] } |