Drumpf
Replaces the Trump name with the original name within the current content.
什么是Drumpf?
Drumpf是由alexako开发的Chrome扩展程序,该扩展的主要功能是“Replaces the Trump name with the original name within the current content.”。
下载Drumpf扩展crx文件
下载Drumpf扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | ![]() |
ID | jhkcgkbkmifjbicjkbdojclapdecckab |
官方URL | https://chrome.google.com/webstore/detail/drumpf/jhkcgkbkmifjbicjkbdojclapdecckab |
简介 | Replaces the Trump name with the original name within the current content. |
文件大小 | 36.99 KB |
安装次数 | 10 |
当前版本 | 1.0 |
更新时间 | 2016-03-06 |
上架时间 | 2016-03-06 |
评分 | 5.00/5 共1次评分 |
开发者 | alexako |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Drumpf", "description": "Replaces the Trump name with the original name within the current content.", "version": "1.0", "icons": { "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |