𝕏 (Twitter) Followers Counter

Displays 𝕏 (Twitter) followers count on any account's followers tab. (Bèta)

Τι είναι το 𝕏 (Twitter) Followers Counter;

Το 𝕏 (Twitter) Followers Counter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον yannickje, και η κύρια λειτουργία του είναι "Displays 𝕏 (Twitter) followers count on any account's followers tab. (Bèta)".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης 𝕏 (Twitter) Followers Counter

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

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

                        Did you ever want to know how many followers the people who follow you have? So you can quickly see who you should follow back and engage with? This 𝕏 Twitter extension does exactly that. It shows the amount of followers your followers have on the "followers" tab (Wow, how many times can you say followers in one sentence?)                    

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

Όνομα 𝕏 (Twitter) Followers Counter 𝕏 (Twitter) Followers Counter
ID jcilhfimgnigaeoemcdaodolfgehejkf
Επίσημο URL https://chromewebstore.google.com/detail/%F0%9D%95%8F-twitter-followers-coun/jcilhfimgnigaeoemcdaodolfgehejkf
Περιγραφή Displays 𝕏 (Twitter) followers count on any account's followers tab. (Bèta)
Μέγεθος Αρχείου 10.78 KB
Αριθμός Εγκαταστάσεων 106
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2023-08-20
Ημερομηνία Δημοσίευσης 2020-05-17
Αξιολόγηση 3.33/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής yannickje
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://twitter.com/yannick_veys
Διεύθυνση URL της Σελίδας Βοήθειας https://twitter.com/yannick_veys
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "author": "Yannick Veys",
    "action": {
        "default_icon": "128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "src\/inject_content.js"
            ],
            "css": [
                "src\/content.css"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Displays \ud835\udd4f (Twitter) followers count on any account's followers tab. (B\u00e8ta)",
    "homepage_url": "https:\/\/twitter.com\/yannick_veys",
    "icons": {
        "128": "128.png",
        "48": "48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjDdKAncUo5TTd9gbCXx8XgVxEE7QpuAygoGpySGBDju+YVHFMpsyTLqqoS4eeqrhZmnSheTLjs9wVfsAsm88Ldw7t1VurqSgTIordspyKeQuB4zFI8ZPl2majQsWO5LZ3IORC3EOpkXecVya7jA9VzbXJkDHoiz1kLlBqOBLBsB50e2aLuMLu5QG3En3aQLnKR+pI1OAA4Bkt\/PcegoNH2R1d0aUqAQWcjKUTTFNhbJd3EaiAa8fe1JGSFtRtp7ePMYK+K5S9X3P4wziACHufmYFxhfVTRxF7l3gG\/RgHieq80i0U\/TnlcSjxVtaqHhw7jsueqPFJB8ncoGoiB9cDwIDAQAB",
    "manifest_version": 3,
    "name": "\ud835\udd4f (Twitter) Followers Counter",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "src\/content.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ]
        }
    ]
}