Liberal to Cuck
Changes instances of Liberal to Cuck
Cos'è Liberal to Cuck?
Liberal to Cuck è un'estensione di Chrome sviluppata da sladeschneiter, e la sua funzione principale è "Changes instances of Liberal to Cuck".
Scarica il file CRX dell'estensione Liberal to Cuck
Scarica i file di estensione Liberal to Cuck 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
App changes the word "Liberal" to "Cuck"
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | kdhdbdecpnpoeibagopilgadiaadphac |
URL Ufficiale | https://chrome.google.com/webstore/detail/liberal-to-cuck/kdhdbdecpnpoeibagopilgadiaadphac |
Descrizione | Changes instances of Liberal to Cuck |
Dimensione del File | 3.5 KB |
Conteggio Installazioni | 9 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-11-29 |
Data di Pubblicazione | 2016-11-29 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | sladeschneiter |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Liberal to Cuck", "description": "Changes instances of Liberal to Cuck", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |