Cuck to Scary Ghost
Replaces the text 'Cuck' with 'Scary Ghost'.
Qu'est-ce que Cuck to Scary Ghost ?
Cuck to Scary Ghost est une extension Chrome développée par dhamster, et sa fonction principale est "Replaces the text 'Cuck' with 'Scary Ghost'.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cuck to Scary Ghost
Téléchargez les fichiers d'extension Cuck to Scary Ghost 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
Enhance your browsing experience by replacing every instance of the word "cuck" on a webpage with "scary ghost." Contact: @dhamster on twitter Github repo: https://github.com/dhamster/cuck-to-scary-ghost
Informations de Base sur l'Extension
Nom | Cuck to Scary Ghost |
ID | chkkhlgfgbadonejbgeoglicjoggnope |
URL Officiel | https://chromewebstore.google.com/detail/cuck-to-scary-ghost/chkkhlgfgbadonejbgeoglicjoggnope |
Description | Replaces the text 'Cuck' with 'Scary Ghost'. |
Taille du Fichier | 21.39 KB |
Nombre d'Installations | 304 |
Version Actuelle | 0.6 |
Dernière Mise à Jour | 2016-06-18 |
Date de Publication | 2016-06-18 |
Évaluation | 4.67/5 Total 18 Évaluations |
Développeur | dhamster |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/dhamster/cuck-to-scary-ghost |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cuck to Scary Ghost", "version": "0.6", "description": "Replaces the text 'Cuck' with 'Scary Ghost'.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |