Stonks
Turn the word stocks to stonks. Prove your DD is solid to your fellow retards when they read your brain-dead screenshots. You monke
Apa itu Stonks?
Stonks adalah ekstensi Chrome yang dikembangkan oleh CoderByHeart, dan fitur utamanya adalah "Turn the word stocks to stonks. Prove your DD is solid to your fellow retards when they read your brain-dead screenshots. You monke".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Stonks
Unduh file ekstensi Stonks 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
Turn the word stocks to stonks. Your DD will look more solid to your fellow retards when they read your brain-dead screenshots. Or you can just laugh at your screen like a monke reading word class newspapers saying "stonks".
Informasi Dasar Ekstensi
Nama | Stonks |
ID | poafffpdfcfocfhlcgdafkolbpmmdfpo |
URL Resmi | https://chromewebstore.google.com/detail/stonks/poafffpdfcfocfhlcgdafkolbpmmdfpo |
Deskripsi | Turn the word stocks to stonks. Prove your DD is solid to your fellow retards when they read your brain-dead screenshots. You monke |
Ukuran File | 19.28 KB |
Jumlah Instalasi | 46 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2021-02-04 |
Tanggal Publikasi | 2021-02-04 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | CoderByHeart |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stonks", "description": "Turn the word stocks to stonks. Prove your DD is solid to your fellow retards when they read your brain-dead screenshots. You monke", "version": "1.0.0", "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "author": "CoderByHeart", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "popup.js" ], "run_at": "document_end" } ], "permissions": [] } |