Return Tweet Source Label & Bird icon

This extention will show source label on twitter again.

Co to jest Return Tweet Source Label & Bird icon?

Return Tweet Source Label & Bird icon to rozszerzenie Chrome opracowane przez https://irucabot.com, a jego główną funkcją jest „This extention will show source label on twitter again.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Return Tweet Source Label & Bird icon

Pobierz pliki rozszerzeń Return Tweet Source Label & Bird icon w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Return Tweet Source Label & Bird icon Return Tweet Source Label & Bird icon
ID mhkngabolhbckfjpmjclhockpdclfppc
Oficjalny URL https://chromewebstore.google.com/detail/return-tweet-source-label/mhkngabolhbckfjpmjclhockpdclfppc
Opis This extention will show source label on twitter again.
Rozmiar pliku 15.75 KB
Liczba instalacji 1,784
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2024-02-12
Data Publikacji 2022-12-20
Ocena 4.42/5 Łącznie 12 Oceny
Deweloper https://irucabot.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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}"
        }
    }
}