Star Wars - Spoiler Alert!

Replaces the Star Wars specific text with Adminal Ackbar's famous warning!

Qu'est-ce que Star Wars - Spoiler Alert! ?

Star Wars - Spoiler Alert! est une extension Chrome développée par Unknown, et sa fonction principale est "Replaces the Star Wars specific text with Adminal Ackbar's famous warning!".

Télécharger le fichier CRX de l'extension Star Wars - Spoiler Alert!

Téléchargez les fichiers d'extension Star Wars - Spoiler Alert! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Star Wars - Spoiler Alert! Star Wars - Spoiler Alert!
ID aeleacpkkoikocdppmgpkpidpbdjoclg
URL Officiel https://chromewebstore.google.com/detail/star-wars-spoiler-alert/aeleacpkkoikocdppmgpkpidpbdjoclg
Description Replaces the Star Wars specific text with Adminal Ackbar's famous warning!
Taille du Fichier 13.36 KB
Nombre d'Installations 13
Version Actuelle 1.0
Dernière Mise à Jour 2015-12-11
Date de Publication 2015-12-11
Évaluation 3.00/5 Total 2 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension http://piyushbansal.github.io/
Langues Prises en Charge 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"
        }
    ]
}