Squid to Kid
Replaces the text 'squid' with 'kid' and vise versa.
Apa itu Squid to Kid?
Squid to Kid adalah ekstensi Chrome yang dikembangkan oleh krota, dan fitur utamanya adalah "Replaces the text 'squid' with 'kid' and vise versa.".
Unduh Berkas CRX Ekstensi Squid to Kid
Unduh file ekstensi Squid to Kid 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
Changes 'squid' to 'kid' and vise versa Source: https://github.com/krota/squid-to-kid Forked from Cloud to Butt: https://github.com/panicsteve/cloud-to-butt
Informasi Dasar Ekstensi
Nama | Squid to Kid |
ID | bodbinigjakmbngmdcknimhpnhnmklji |
URL Resmi | https://chromewebstore.google.com/detail/squid-to-kid/bodbinigjakmbngmdcknimhpnhnmklji |
Deskripsi | Replaces the text 'squid' with 'kid' and vise versa. |
Ukuran File | 12.18 KB |
Jumlah Instalasi | 66 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2016-02-23 |
Tanggal Publikasi | 2016-02-22 |
Penilaian | 4.75/5 Total 8 Penilaian |
Pengembang | krota |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Squid to Kid", "version": "1.1", "description": "Replaces the text 'squid' with 'kid' and vise versa.", "icons": { "16": "icon16.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |