Drumpfinator++
Add this app to your Chrome browser to make reading new articles great again.
什麼是Drumpfinator++?
Drumpfinator++是由McRain開發的Chrome擴展程式,該擴展的主要功能是“Add this app to your Chrome browser to make reading new articles great again.”。
擴展截圖
下載Drumpfinator++擴展crx文件
下載Drumpfinator++擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Based on the original Drumpfinator, this extension creates replacement names for front running candidates from both parties. The extension and iconography still links to all the Drumpf resources because they should get the original credit. The extension requires permissions on all sites because it has to scan all the text to find references to each of the candidates. The extension does nothing else but this.
擴展基本資訊
名稱 | |
ID | eojeglolelohngdhhddhpogkinjpedpi |
官方網址 | https://chrome.google.com/webstore/detail/drumpfinator++/eojeglolelohngdhhddhpogkinjpedpi |
簡介 | Add this app to your Chrome browser to make reading new articles great again. |
檔案大小 | 150 KB |
安裝次數 | 73 |
目前版本 | 1.0 |
更新時間 | 2016-03-13 |
上架時間 | 2016-03-13 |
評分 | 5.00/5 共 1 次評分 |
開發者 | McRain |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Drumpfinator++", "version": "1.0", "description": "Add this app to your Chrome browser to make reading new articles great again.", "permissions": [ "http:\/\/*.google.com\/", "http:\/\/*.com\/", "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon.png", "default_title": "Make Donald Drumpf Again!", "default_popup": "popup.html" } } |