Star Wars - Spoiler Alert!
Replaces the Star Wars specific text with Adminal Ackbar's famous warning!
Was ist Star Wars - Spoiler Alert!?
Star Wars - Spoiler Alert! ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the Star Wars specific text with Adminal Ackbar's famous warning!".
Star Wars - Spoiler Alert!-Erweiterungs-CRX-Datei herunterladen
Laden Sie Star Wars - Spoiler Alert!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | aeleacpkkoikocdppmgpkpidpbdjoclg |
| Offizielle URL | https://chromewebstore.google.com/detail/star-wars-spoiler-alert/aeleacpkkoikocdppmgpkpidpbdjoclg |
| Beschreibung | Replaces the Star Wars specific text with Adminal Ackbar's famous warning! |
| Dateigröße | 13.36 KB |
| Installationsanzahl | 13 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2015-12-11 |
| Veröffentlichungsdatum | 2015-12-11 |
| Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
| Entwickler | Unknown |
| Zahlungsart | free |
| Erweiterungswebsite | http://piyushbansal.github.io/ |
| Unterstützte Sprachen | 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"
}
]
} | |