Skeleton Alert

Makes MRA sites, #GamersGate Subreddits, and the like 2Spooky4U

Cos'è Skeleton Alert?

Skeleton Alert è un'estensione di Chrome sviluppata da https://daddy.cat, e la sua funzione principale è "Makes MRA sites, #GamersGate Subreddits, and the like 2Spooky4U".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Skeleton Alert

Scarica i file di estensione Skeleton 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

                        This extension changes all mentions of "SJW" or "Social Justice Warriors" to "skeletons". Because, as we all know, they are 2spooky. 

Idea courtesy of @CaveSoul - https://twitter.com/CaveSoul/status/521753345930067968                    

Informazioni di Base sull'Estensione

Nome Skeleton Alert Skeleton Alert
ID nobfdgalgecdhfjbeahipbnpcepcpcei
URL Ufficiale https://chromewebstore.google.com/detail/skeleton-alert/nobfdgalgecdhfjbeahipbnpcepcpcei
Descrizione Makes MRA sites, #GamersGate Subreddits, and the like 2Spooky4U
Dimensione del File 3.41 KB
Conteggio Installazioni 29
Versione Corrente 1.0
Ultimo Aggiornamento 2014-10-15
Data di Pubblicazione 2014-10-15
Valutazione 3.33/5 Totale 3 Valutazioni
Sviluppatore https://daddy.cat
Tipo di Pagamento free
Sito Web dell'Estensione http://daddy.cat
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Skeleton Alert",
    "version": "1.0",
    "description": "Makes MRA sites, #GamersGate Subreddits, and the like 2Spooky4U",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}