Cuck to Scary Ghost
Replaces the text 'Cuck' with 'Scary Ghost'.
Wat is Cuck to Scary Ghost?
Cuck to Scary Ghost is een Chrome-extensie ontwikkeld door dhamster, en de belangrijkste functie is "Replaces the text 'Cuck' with 'Scary Ghost'.".
Extensie Screenshots
Download het CRX-bestand van de extensie Cuck to Scary Ghost
Download Cuck to Scary Ghost-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
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
Basisinformatie over de Extensie
Naam | Cuck to Scary Ghost |
ID | chkkhlgfgbadonejbgeoglicjoggnope |
Officiële URL | https://chromewebstore.google.com/detail/cuck-to-scary-ghost/chkkhlgfgbadonejbgeoglicjoggnope |
Beschrijving | Replaces the text 'Cuck' with 'Scary Ghost'. |
Bestandsgrootte | 21.39 KB |
Aantal Installaties | 304 |
Huidige Versie | 0.6 |
Laatst Bijgewerkt | 2016-06-18 |
Publicatiedatum | 2016-06-18 |
Beoordeling | 4.67/5 Totaal 18 Beoordelingen |
Ontwikkelaar | dhamster |
Betalingswijze | free |
Extensiewebsite | https://github.com/dhamster/cuck-to-scary-ghost |
Ondersteunde Talen | 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" } ] } |