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

Was ist Stonks?

Stonks ist eine Chrome-Erweiterung, die von CoderByHeart entwickelt wurde, und ihr Hauptmerkmal ist "Turn the word stocks to stonks. Prove your DD is solid to your fellow retards when they read your brain-dead screenshots. You monke".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Stonks-Erweiterungs-CRX-Datei herunterladen

Laden Sie Stonks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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".                    

Grundlegende Informationen zur Erweiterung

Name Stonks Stonks
ID poafffpdfcfocfhlcgdafkolbpmmdfpo
Offizielle URL https://chromewebstore.google.com/detail/stonks/poafffpdfcfocfhlcgdafkolbpmmdfpo
Beschreibung Turn the word stocks to stonks. Prove your DD is solid to your fellow retards when they read your brain-dead screenshots. You monke
Dateigröße 19.28 KB
Installationsanzahl 46
Aktuelle Version 1.0.0
Letztes Update 2021-02-04
Veröffentlichungsdatum 2021-02-04
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler CoderByHeart
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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": []
}