Anonymous to 15 year old kid
Replaces the text 'anonymous' by '15 year old kid'.
Apa itu Anonymous to 15 year old kid?
Anonymous to 15 year old kid adalah ekstensi Chrome yang dikembangkan oleh amonije, dan fitur utamanya adalah "Replaces the text 'anonymous' by '15 year old kid'.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Anonymous to 15 year old kid
Unduh file ekstensi Anonymous to 15 year old 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
This extension replaces all "Anonymous" words by "group of 15 year old kids" and other things on web pages. The results are funny. FAQ: - Why ? --> Because - It's not funny --> I don't care Source code here: https://github.com/Malharhak/Anonymous-To-15-Year-Old-Kid if you're a 15 year old hacker that wants to hackitty hack.
Informasi Dasar Ekstensi
Nama | |
ID | lkfinojjbbpiedipbemghkhlbjiobjoa |
URL Resmi | https://chrome.google.com/webstore/detail/anonymous-to-15-year-old/lkfinojjbbpiedipbemghkhlbjiobjoa |
Deskripsi | Replaces the text 'anonymous' by '15 year old kid'. |
Ukuran File | 3.66 KB |
Jumlah Instalasi | 28 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2015-11-30 |
Tanggal Publikasi | 2015-11-30 |
Penilaian | 3.83/5 Total 6 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": "Anonymous to 15 year old kid", "version": "1.2", "description": "Replaces the text 'anonymous' by '15 year old kid'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |