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
What is Stonks?
Stonks is a Chrome extension developed by CoderByHeart, and its main feature is "Turn the word stocks to stonks. Prove your DD is solid to your fellow retards when they read your brain-dead screenshots. You monke".
Extension Screenshots
Download Stonks Extension CRX File
Download Stonks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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".
Extension Basic Information
Name | Stonks |
ID | poafffpdfcfocfhlcgdafkolbpmmdfpo |
Official URL | https://chromewebstore.google.com/detail/stonks/poafffpdfcfocfhlcgdafkolbpmmdfpo |
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 |
File Size | 19.28 KB |
Installation Count | 46 |
Current Version | 1.0.0 |
Last Updated | 2021-02-04 |
Publish Date | 2021-02-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | CoderByHeart |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [] } |