Tulpa To Pet
Replaces the text 'tulpa' with 'pet'.
Apa itu Tulpa To Pet?
Tulpa To Pet adalah ekstensi Chrome yang dikembangkan oleh amonije, dan fitur utamanya adalah "Replaces the text 'tulpa' with 'pet'.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tulpa To Pet
Unduh file ekstensi Tulpa To Pet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension replaces all "tulpa" words by "pet" on web pages. The results are funny.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | ffcpdollbpdakkblojlbijleaaepljga |
URL Resmi | https://chrome.google.com/webstore/detail/tulpa-to-pet/ffcpdollbpdakkblojlbijleaaepljga |
Deskripsi | Replaces the text 'tulpa' with 'pet'. |
Ukuran File | 3.4 KB |
Jumlah Instalasi | 12 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2015-11-11 |
Tanggal Publikasi | 2015-11-11 |
Penilaian | 4.00/5 Total 2 Penilaian |
Pengembang | amonije |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |