Star Wars - Spoiler Alert!
Replaces the Star Wars specific text with Adminal Ackbar's famous warning!
Co je Star Wars - Spoiler Alert!?
Star Wars - Spoiler Alert! je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Replaces the Star Wars specific text with Adminal Ackbar's famous warning!“.
Stáhnout soubor CRX rozšíření Star Wars - Spoiler Alert!
Stáhněte si soubory rozšíření Star Wars - Spoiler Alert! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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! Základní Informace o Rozšíření
| Název | |
| ID | aeleacpkkoikocdppmgpkpidpbdjoclg |
| Oficiální URL | https://chromewebstore.google.com/detail/star-wars-spoiler-alert/aeleacpkkoikocdppmgpkpidpbdjoclg |
| Popis | Replaces the Star Wars specific text with Adminal Ackbar's famous warning! |
| Velikost souboru | 13.36 KB |
| Počet instalací | 13 |
| Aktuální Verze | 1.0 |
| Poslední Aktualizace | 2015-12-11 |
| Datum Vydání | 2015-12-11 |
| Hodnocení | 3.00/5 Celkem 2 Hodnocení |
| Vývojář | Unknown |
| Typ Platby | free |
| Webové stránky Rozšíření | http://piyushbansal.github.io/ |
| Podporované Jazyky | 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"
}
]
} | |