Return Tweet Source Label & Bird icon

This extention will show source label on twitter again.

Cos'è Return Tweet Source Label & Bird icon?

Return Tweet Source Label & Bird icon è un'estensione di Chrome sviluppata da https://irucabot.com, e la sua funzione principale è "This extention will show source label on twitter again.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Return Tweet Source Label & Bird icon

Scarica i file di estensione Return Tweet Source Label & Bird icon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extention will show source label on twitter again.
In addition, the Twitter bird logo will be restored.                    

Informazioni di Base sull'Estensione

Nome Return Tweet Source Label & Bird icon Return Tweet Source Label & Bird icon
ID mhkngabolhbckfjpmjclhockpdclfppc
URL Ufficiale https://chromewebstore.google.com/detail/return-tweet-source-label/mhkngabolhbckfjpmjclhockpdclfppc
Descrizione This extention will show source label on twitter again.
Dimensione del File 15.75 KB
Conteggio Installazioni 1,784
Versione Corrente 1.2.0
Ultimo Aggiornamento 2024-02-12
Data di Pubblicazione 2022-12-20
Valutazione 4.42/5 Totale 12 Valutazioni
Sviluppatore https://irucabot.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Return Tweet Source Label & Bird icon",
    "description": "__MSG_Description__",
    "manifest_version": 3,
    "version": "1.2.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        "https:\/\/*.twitter.com\/*"
    ],
    "default_locale": "en",
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{4801724c-9d0a-48fc-b663-86400e45f940}"
        }
    }
}