Ted Cruz is the Zodiac Killer
Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.
什么是Ted Cruz is the Zodiac Killer?
Ted Cruz is the Zodiac Killer是由Andrew Kerr开发的Chrome扩展程序,该扩展的主要功能是“Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.”。
扩展截图
下载Ted Cruz is the Zodiac Killer扩展crx文件
下载Ted Cruz is the Zodiac Killer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'. Obvious parody is obvious. Source code available at https://github.com/andrewjkerr/ted-cruz-is-the-zodiac-killer.
扩展基本信息
名称 | Ted Cruz is the Zodiac Killer |
ID | baomlgmnamfkkmeikjbihghjiapaejgm |
官方URL | https://chromewebstore.google.com/detail/ted-cruz-is-the-zodiac-ki/baomlgmnamfkkmeikjbihghjiapaejgm |
简介 | Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'. |
文件大小 | 3.47 KB |
安装次数 | 46 |
当前版本 | 1.0.2 |
更新时间 | 2016-03-03 |
上架时间 | 2016-03-02 |
评分 | 4.17/5 共6次评分 |
开发者 | Andrew Kerr |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ted Cruz is the Zodiac Killer", "version": "1.0.2", "description": "Replaces every occurance of 'Ted Cruz' with 'The Zodiac Killer'.", "author": "Andrew Kerr", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "zodiac-killer.js" ] } ], "short_name": "cruziszodiac", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ] } |