TinyHands
So small
Apa itu TinyHands?
TinyHands adalah ekstensi Chrome yang dikembangkan oleh dagda, dan fitur utamanya adalah "So small".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TinyHands
Unduh file ekstensi TinyHands 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
Replace references to Trump's inaugural crowds with the word "penis" Eg, "President Donald Trump expressed anger at the media for understating the size of his penis."
Informasi Dasar Ekstensi
Nama | |
ID | cbbefndphodbaohlledmaaofipjegafm |
URL Resmi | https://chrome.google.com/webstore/detail/tinyhands/cbbefndphodbaohlledmaaofipjegafm |
Deskripsi | So small |
Ukuran File | 5.11 KB |
Jumlah Instalasi | 16 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2017-01-26 |
Tanggal Publikasi | 2017-01-26 |
Pengembang | dagda |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TinyHands", "description": "So small", "version": "0.1", "browser_action": { "default_icon": "smol.png", "default_title": "So small! Sad." }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |