Tulpa To Pet
Replaces the text 'tulpa' with 'pet'.
Cos'è Tulpa To Pet?
Tulpa To Pet è un'estensione di Chrome sviluppata da amonije, e la sua funzione principale è "Replaces the text 'tulpa' with 'pet'.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tulpa To Pet
Scarica i file di estensione Tulpa To Pet 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
This extension replaces all "tulpa" words by "pet" on web pages. The results are funny.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | ffcpdollbpdakkblojlbijleaaepljga |
URL Ufficiale | https://chrome.google.com/webstore/detail/tulpa-to-pet/ffcpdollbpdakkblojlbijleaaepljga |
Descrizione | Replaces the text 'tulpa' with 'pet'. |
Dimensione del File | 3.4 KB |
Conteggio Installazioni | 12 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-11-11 |
Data di Pubblicazione | 2015-11-11 |
Valutazione | 4.00/5 Totale 2 Valutazioni |
Sviluppatore | amonije |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tulpa To Pet", "version": "1.0", "description": "Replaces the text 'tulpa' with 'pet'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |