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
Hvad er Stonks?
Stonks er en Chrome-udvidelse udviklet af CoderByHeart, og dens hovedfunktion er "Turn the word stocks to stonks. Prove your DD is solid to your fellow retards when they read your brain-dead screenshots. You monke".
Udvidelsesskærmbilleder
Download Stonks-udvidelses-CRX-fil
Download Stonks-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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".
Grundlæggende oplysninger om udvidelsen
Navn | Stonks |
ID | poafffpdfcfocfhlcgdafkolbpmmdfpo |
Officiel URL | https://chromewebstore.google.com/detail/stonks/poafffpdfcfocfhlcgdafkolbpmmdfpo |
Beskrivelse | Turn the word stocks to stonks. Prove your DD is solid to your fellow retards when they read your brain-dead screenshots. You monke |
Filstørrelse | 19.28 KB |
Antal Installationer | 46 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2021-02-04 |
Udgivelsesdato | 2021-02-04 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | CoderByHeart |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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": [] } |