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

Vad är Stonks?

Stonks är en Chrome-tillägg utvecklad av CoderByHeart, och dess huvudfunktion är "Turn the word stocks to stonks. Prove your DD is solid to your fellow retards when they read your brain-dead screenshots. You monke".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Stonks-förlängningens CRX-fil

Ladda ner Stonks-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Stonks Stonks
ID poafffpdfcfocfhlcgdafkolbpmmdfpo
Officiell webbadress https://chromewebstore.google.com/detail/stonks/poafffpdfcfocfhlcgdafkolbpmmdfpo
Beskrivning Turn the word stocks to stonks. Prove your DD is solid to your fellow retards when they read your brain-dead screenshots. You monke
Filstorlek 19.28 KB
Antal Installationer 46
Aktuell Version 1.0.0
Senast Uppdaterad 2021-02-04
Publiceringsdatum 2021-02-04
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare CoderByHeart
E-post [email protected]
Betalningssätt free
Stödda Språk 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": []
}