Star Wars - Spoiler Alert!
Replaces the Star Wars specific text with Adminal Ackbar's famous warning!
Cos'è Star Wars - Spoiler Alert!?
Star Wars - Spoiler Alert! è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Replaces the Star Wars specific text with Adminal Ackbar's famous warning!".
Scarica il file CRX dell'estensione Star Wars - Spoiler Alert!
Scarica i file di estensione Star Wars - Spoiler Alert! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Star Wars - Spoiler Alert! |
ID | aeleacpkkoikocdppmgpkpidpbdjoclg |
URL Ufficiale | https://chromewebstore.google.com/detail/star-wars-spoiler-alert/aeleacpkkoikocdppmgpkpidpbdjoclg |
Descrizione | Replaces the Star Wars specific text with Adminal Ackbar's famous warning! |
Dimensione del File | 13.36 KB |
Conteggio Installazioni | 13 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-12-11 |
Data di Pubblicazione | 2015-12-11 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://piyushbansal.github.io/ |
Lingue Supportate | 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" } ] } |