Star Wars - Spoiler Alert!
Replaces the Star Wars specific text with Adminal Ackbar's famous warning!
什么是Star Wars - Spoiler Alert!?
Star Wars - Spoiler Alert!是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Replaces the Star Wars specific text with Adminal Ackbar's famous warning!”。
下载Star Wars - Spoiler Alert!扩展crx文件
下载Star Wars - Spoiler Alert!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
So, Star Wars is releasing a week later in India, which is a bummer. It also means, the web will be dark and filled with spoilers. Here's a fun little chrome extension I wrote that tries to mess up spoiler text by adding the famous warning from Admiral Ackbar - "It's a Trap!" at random places, making the spoilers feel like stormtroopers.
May the force be with you! 扩展基本信息
| 名称 | |
| ID | aeleacpkkoikocdppmgpkpidpbdjoclg |
| 官方URL | https://chromewebstore.google.com/detail/star-wars-spoiler-alert/aeleacpkkoikocdppmgpkpidpbdjoclg |
| 简介 | Replaces the Star Wars specific text with Adminal Ackbar's famous warning! |
| 文件大小 | 13.36 KB |
| 安装次数 | 13 |
| 当前版本 | 1.0 |
| 更新时间 | 2015-12-11 |
| 上架时间 | 2015-12-11 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 扩展官网 | http://piyushbansal.github.io/ |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Star Wars - Spoiler Alert!",
"version": "1.0",
"description": "Replaces the Star Wars specific text with Adminal Ackbar's famous warning!",
"icons": {
"16": "icon16.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |