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 |
官方URL | 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" } } |