Cuck to Scary Ghost
Replaces the text 'Cuck' with 'Scary Ghost'.
Cos'è Cuck to Scary Ghost?
Cuck to Scary Ghost è un'estensione di Chrome sviluppata da dhamster, e la sua funzione principale è "Replaces the text 'Cuck' with 'Scary Ghost'.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cuck to Scary Ghost
Scarica i file di estensione Cuck to Scary Ghost 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
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | chkkhlgfgbadonejbgeoglicjoggnope |
| URL Ufficiale | https://chromewebstore.google.com/detail/cuck-to-scary-ghost/chkkhlgfgbadonejbgeoglicjoggnope |
| Descrizione | Replaces the text 'Cuck' with 'Scary Ghost'. |
| Dimensione del File | 21.39 KB |
| Conteggio Installazioni | 304 |
| Versione Corrente | 0.6 |
| Ultimo Aggiornamento | 2016-06-18 |
| Data di Pubblicazione | 2016-06-18 |
| Valutazione | 4.67/5 Totale 18 Valutazioni |
| Sviluppatore | dhamster |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/dhamster/cuck-to-scary-ghost |
| Lingue Supportate | 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"
}
]
} | |