Bring the Twitter Bird Back

A simple Chrome extension to bring the Twitter bird everyone loves back to the Twitter website.

Τι είναι το Bring the Twitter Bird Back;

Το Bring the Twitter Bird Back είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον y4nci, και η κύρια λειτουργία του είναι "A simple Chrome extension to bring the Twitter bird everyone loves back to the Twitter website.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Bring the Twitter Bird Back

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

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

                        We all miss the iconic Twitter bird right? Here is an extension for you to bring the bird back. The only thing you need to do is to install the extension and let it do its job!

If you have any issues, or something's broken, you can open an issue here: https://github.com/y4nci/bring-twitter-bird-back/issues.

Special thanks to my sponsors, Görkem and Murat for their support.                    

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

Όνομα Bring the Twitter Bird Back Bring the Twitter Bird Back
ID digdceeidmgbnjlmgjjcnndacaaobfgk
Επίσημο URL https://chromewebstore.google.com/detail/bring-the-twitter-bird-ba/digdceeidmgbnjlmgjjcnndacaaobfgk
Περιγραφή A simple Chrome extension to bring the Twitter bird everyone loves back to the Twitter website.
Μέγεθος Αρχείου 18.82 KB
Αριθμός Εγκαταστάσεων 288
Τρέχουσα Έκδοση 0.2
Τελευταία Ενημέρωση 2023-08-29
Ημερομηνία Δημοσίευσης 2023-08-04
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής y4nci
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bring the Twitter Bird Back",
    "version": "0.2",
    "author": "Baran Yanc\u0131",
    "description": "A simple Chrome extension to bring the Twitter bird everyone loves back to the Twitter website.",
    "host_permissions": [
        "*:\/\/*.twitter.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icons\/light16.png",
            "32": "images\/icons\/light32.png"
        },
        "default_title": "Bring the Twitter Bird Back",
        "theme_icons": [
            {
                "light": "images\/icons\/light16.png",
                "dark": "images\/icons\/dark16.png",
                "size": 16
            },
            {
                "light": "images\/icons\/light32.png",
                "dark": "images\/icons\/dark32.png",
                "size": 32
            }
        ]
    }
}