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

Τι είναι το Stonks;

Το Stonks είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον CoderByHeart, και η κύρια λειτουργία του είναι "Turn the word stocks to stonks. Prove your DD is solid to your fellow retards when they read your brain-dead screenshots. You monke".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Stonks

Λήψη αρχείων επέκτασης Stonks σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Stonks Stonks
ID poafffpdfcfocfhlcgdafkolbpmmdfpo
Επίσημο URL https://chromewebstore.google.com/detail/stonks/poafffpdfcfocfhlcgdafkolbpmmdfpo
Περιγραφή Turn the word stocks to stonks. Prove your DD is solid to your fellow retards when they read your brain-dead screenshots. You monke
Μέγεθος Αρχείου 19.28 KB
Αριθμός Εγκαταστάσεων 46
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2021-02-04
Ημερομηνία Δημοσίευσης 2021-02-04
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής CoderByHeart
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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": []
}