Skeleton Alert

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

Wat is Skeleton Alert?

Skeleton Alert is een Chrome-extensie ontwikkeld door https://daddy.cat, en de belangrijkste functie is "Makes MRA sites, #GamersGate Subreddits, and the like 2Spooky4U".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Skeleton Alert

Download Skeleton Alert-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Skeleton Alert Skeleton Alert
ID nobfdgalgecdhfjbeahipbnpcepcpcei
Officiële URL https://chromewebstore.google.com/detail/skeleton-alert/nobfdgalgecdhfjbeahipbnpcepcpcei
Beschrijving Makes MRA sites, #GamersGate Subreddits, and the like 2Spooky4U
Bestandsgrootte 3.41 KB
Aantal Installaties 29
Huidige Versie 1.0
Laatst Bijgewerkt 2014-10-15
Publicatiedatum 2014-10-15
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar https://daddy.cat
Betalingswijze free
Extensiewebsite http://daddy.cat
Ondersteunde Talen 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"
        }
    ]
}