Skeleton J. Warrior
Replaces the text 'SJW' with 'skeleton' because that's hilarious.
Qu'est-ce que Skeleton J. Warrior ?
Skeleton J. Warrior est une extension Chrome développée par nels.anderson, et sa fonction principale est "Replaces the text 'SJW' with 'skeleton' because that's hilarious.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Skeleton J. Warrior
Téléchargez les fichiers d'extension Skeleton J. Warrior 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
Replaces the text 'SJW' and 'social justice warrior' with 'skeleton' because that's hilarious. As the phrase "social justice warrior" is almost never used in good faith for any kind of real discussion, and since it's usually brought out as some kind of cultural boogeyman that intends to terrify, control and destroy, it's way more amusing to imagine people are being menaced by the reanimated bones of the dead! Someone made a simpler version of this that did raw text replacement; this plugin tries to preserve/fix case as much as possible.
Informations de Base sur l'Extension
Nom | Skeleton J. Warrior |
ID | cngepiginggnblepfmmbpkijddklhgni |
URL Officiel | https://chromewebstore.google.com/detail/skeleton-j-warrior/cngepiginggnblepfmmbpkijddklhgni |
Description | Replaces the text 'SJW' with 'skeleton' because that's hilarious. |
Taille du Fichier | 21.61 KB |
Nombre d'Installations | 52 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2023-12-11 |
Date de Publication | 2014-10-23 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | nels.anderson |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Skeleton J. Warrior", "version": "1.4", "description": "Replaces the text 'SJW' with 'skeleton' because that's hilarious.", "icons": { "16": "swicon16.png", "48": "swicon48.png", "128": "swicon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |