Trump to Drumpf
Replaces occurrences of 'Trump' with 'Drumpf' in your browser.
什么是Trump to Drumpf?
Trump to Drumpf是由kevinlizarazo.com开发的Chrome扩展程序,该扩展的主要功能是“Replaces occurrences of 'Trump' with 'Drumpf' in your browser.”。
扩展截图
下载Trump to Drumpf扩展crx文件
下载Trump to Drumpf扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Self-explanatory. Please enjoy. Make Donald Drumpf Again.
扩展基本信息
名称 | Trump to Drumpf |
ID | ipokicffalmoaepoghfejaheodcighcp |
官方URL | https://chromewebstore.google.com/detail/trump-to-drumpf/ipokicffalmoaepoghfejaheodcighcp |
简介 | Replaces occurrences of 'Trump' with 'Drumpf' in your browser. |
文件大小 | 3.4 KB |
安装次数 | 64 |
当前版本 | 1.0.1 |
更新时间 | 2016-11-14 |
上架时间 | 2016-11-14 |
评分 | 3.00/5 共2次评分 |
开发者 | kevinlizarazo.com |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump to Drumpf", "version": "1.0.1", "description": "Replaces occurrences of 'Trump' with 'Drumpf' in your browser.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |