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 |
| 官方網址 | 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"
}
]
} | |