Drumpfinator+
Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!
什么是Drumpfinator+?
Drumpfinator+是由mark.monteiro.dev开发的Chrome扩展程序,该扩展的主要功能是“Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!”。
扩展截图
下载Drumpfinator+扩展crx文件
下载Drumpfinator+扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to! Replace each instance of Drumpf's boring old regular name with more accurate, automatically generated name. Logo credit goes to DonkeyHotey on Flikr: https://www.flickr.com/photos/donkeyhotey Source code can be found here: https://github.com/mark-monteiro/drumpfinator
扩展基本信息
名称 | |
ID | bjimekmhhbmpblaifnbeingfpbipbppg |
官方URL | https://chrome.google.com/webstore/detail/drumpfinator+/bjimekmhhbmpblaifnbeingfpbipbppg |
简介 | Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to! |
文件大小 | 31.07 KB |
安装次数 | 218 |
当前版本 | 1.1.8 |
更新时间 | 2018-03-11 |
上架时间 | 2018-03-11 |
评分 | 5.00/5 共4次评分 |
开发者 | mark.monteiro.dev |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/mark-monteiro/drumpfinator |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Drumpfinator+", "version": "1.1.8", "manifest_version": 2, "description": "Tired of seeing Donald Trump's name everywhere on the internet? Now you don't have to!", "homepage_url": "https:\/\/github.com\/mark-monteiro\/drumpfinator", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |