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

O que é Stonks?

Stonks é uma extensão do Chrome desenvolvida por CoderByHeart, e sua principal característica é "Turn the word stocks to stonks. Prove your DD is solid to your fellow retards when they read your brain-dead screenshots. You monke".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Stonks

Baixe arquivos de extensão Stonks no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Stonks Stonks
ID poafffpdfcfocfhlcgdafkolbpmmdfpo
URL Oficial https://chromewebstore.google.com/detail/stonks/poafffpdfcfocfhlcgdafkolbpmmdfpo
Descrição Turn the word stocks to stonks. Prove your DD is solid to your fellow retards when they read your brain-dead screenshots. You monke
Tamanho do Arquivo 19.28 KB
Contagem de Instalações 46
Versão Atual 1.0.0
Última Atualização 2021-02-04
Data de Publicação 2021-02-04
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor CoderByHeart
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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": []
}