Return Tweet Source Label & Bird icon

This extention will show source label on twitter again.

Wat is Return Tweet Source Label & Bird icon?

Return Tweet Source Label & Bird icon is een Chrome-extensie ontwikkeld door https://irucabot.com, en de belangrijkste functie is "This extention will show source label on twitter again.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Return Tweet Source Label & Bird icon

Download Return Tweet Source Label & Bird icon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Return Tweet Source Label & Bird icon Return Tweet Source Label & Bird icon
ID mhkngabolhbckfjpmjclhockpdclfppc
Officiële URL https://chromewebstore.google.com/detail/return-tweet-source-label/mhkngabolhbckfjpmjclhockpdclfppc
Beschrijving This extention will show source label on twitter again.
Bestandsgrootte 15.75 KB
Aantal Installaties 1,784
Huidige Versie 1.2.0
Laatst Bijgewerkt 2024-02-12
Publicatiedatum 2022-12-20
Beoordeling 4.42/5 Totaal 12 Beoordelingen
Ontwikkelaar https://irucabot.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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}"
        }
    }
}