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
Co to jest Stonks?
Stonks to rozszerzenie Chrome opracowane przez CoderByHeart, a jego główną funkcją jest „Turn the word stocks to stonks. Prove your DD is solid to your fellow retards when they read your brain-dead screenshots. You monke”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Stonks
Pobierz pliki rozszerzeń Stonks w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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".
Podstawowe informacje o rozszerzeniu
Nazwa | Stonks |
ID | poafffpdfcfocfhlcgdafkolbpmmdfpo |
Oficjalny URL | https://chromewebstore.google.com/detail/stonks/poafffpdfcfocfhlcgdafkolbpmmdfpo |
Opis | Turn the word stocks to stonks. Prove your DD is solid to your fellow retards when they read your brain-dead screenshots. You monke |
Rozmiar pliku | 19.28 KB |
Liczba instalacji | 46 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2021-02-04 |
Data Publikacji | 2021-02-04 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | CoderByHeart |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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": [] } |