Cuck to Scary Ghost
Replaces the text 'Cuck' with 'Scary Ghost'.
O que é Cuck to Scary Ghost?
Cuck to Scary Ghost é uma extensão do Chrome desenvolvida por dhamster, e sua principal característica é "Replaces the text 'Cuck' with 'Scary Ghost'.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Cuck to Scary Ghost
Baixe arquivos de extensão Cuck to Scary Ghost no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Cuck to Scary Ghost |
ID | chkkhlgfgbadonejbgeoglicjoggnope |
URL Oficial | https://chromewebstore.google.com/detail/cuck-to-scary-ghost/chkkhlgfgbadonejbgeoglicjoggnope |
Descrição | Replaces the text 'Cuck' with 'Scary Ghost'. |
Tamanho do Arquivo | 21.39 KB |
Contagem de Instalações | 304 |
Versão Atual | 0.6 |
Última Atualização | 2016-06-18 |
Data de Publicação | 2016-06-18 |
Classificação | 4.67/5 Total de 18 Avaliações |
Desenvolvedor | dhamster |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/dhamster/cuck-to-scary-ghost |
Idiomas Suportados | 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" } ] } |