Ted Cruz is the Zodiac Killer Replacer
Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."
什么是Ted Cruz is the Zodiac Killer Replacer?
Ted Cruz is the Zodiac Killer Replacer是由Brennan Butler开发的Chrome扩展程序,该扩展的主要功能是“Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer."”。
扩展截图
下载Ted Cruz is the Zodiac Killer Replacer扩展crx文件
下载Ted Cruz is the Zodiac Killer Replacer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A tiny and simple extension that replaces all text instances of Ted Cruz with his true identity, The Zodiac Killer.
扩展基本信息
名称 | Ted Cruz is the Zodiac Killer Replacer |
ID | iajmlnmkpiipapofijlnkechdjjmnfeg |
官方URL | https://chromewebstore.google.com/detail/ted-cruz-is-the-zodiac-ki/iajmlnmkpiipapofijlnkechdjjmnfeg |
简介 | Add this app to your Chrome browser and replace all instances of "Ted Cruz" with "The Zodiac Killer." |
文件大小 | 59.85 KB |
安装次数 | 36 |
当前版本 | 1.4 |
更新时间 | 2016-03-14 |
上架时间 | 2016-03-14 |
评分 | 5.00/5 共1次评分 |
开发者 | Brennan Butler |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Ted Cruz is The Zodiac Killer" }, "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Add this app to your Chrome browser and replace all instances of \"Ted Cruz\" with \"The Zodiac Killer.\"", "manifest_version": 2, "name": "Ted Cruz is the Zodiac Killer Replacer", "permissions": [ "http:\/\/*.google.com\/", "http:\/\/*.com\/", "http:\/\/*.*\/", "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4" } |