Joe Biden to Joe Budden
Changes all instances of the phrase 'Joe Biden' on a webpage to 'Joe Budden.'
什么是Joe Biden to Joe Budden?
Joe Biden to Joe Budden是由Netfelix开发的Chrome扩展程序,该扩展的主要功能是“Changes all instances of the phrase 'Joe Biden' on a webpage to 'Joe Budden.'”。
扩展截图
下载Joe Biden to Joe Budden扩展crx文件
下载Joe Biden to Joe Budden扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Restore Alexis de Tocqueville's Platonic ideal of democracy in America by replacing all instances of the phrase "Joe Biden" with "Joe Budden."
扩展基本信息
名称 | Joe Biden to Joe Budden |
ID | ahonhhielbhejghapbfcojmkbnfkjnjn |
官方URL | https://chromewebstore.google.com/detail/joe-biden-to-joe-budden/ahonhhielbhejghapbfcojmkbnfkjnjn |
简介 | Changes all instances of the phrase 'Joe Biden' on a webpage to 'Joe Budden.' |
文件大小 | 56.49 KB |
安装次数 | 230 |
当前版本 | 0.2 |
更新时间 | 2016-07-14 |
上架时间 | 2016-07-13 |
评分 | 5.00/5 共1次评分 |
开发者 | Netfelix |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Joe Biden to Joe Budden", "description": "Changes all instances of the phrase 'Joe Biden' on a webpage to 'Joe Budden.'", "version": "0.2", "icons": { "48": "logo48.png", "128": "logo128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |