Twitter Bird
Extension which returns the Twitter bird icon back
Co to jest Twitter Bird?
Twitter Bird to rozszerzenie Chrome opracowane przez https://cking.software, a jego główną funkcją jest „Extension which returns the Twitter bird icon back”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitter Bird
Pobierz pliki rozszerzeń Twitter Bird 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
                        Replaces the main Twitter icon and favicon icon with the canonical Bird. Opensource project.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | ihahjhhimifemcpmbghgjmniofjchmlh | 
| Oficjalny URL | https://chromewebstore.google.com/detail/twitter-bird/ihahjhhimifemcpmbghgjmniofjchmlh | 
| Opis | Extension which returns the Twitter bird icon back | 
| Rozmiar pliku | 553 KB | 
| Liczba instalacji | 196 | 
| Aktualna Wersja | 1.1 | 
| Ostatnia Aktualizacja | 2023-08-29 | 
| Data Publikacji | 2023-07-26 | 
| Ocena | 4.00/5 Łącznie 3 Oceny | 
| Deweloper | https://cking.software | 
| [email protected] | |
| Typ Płatności | free | 
| Strona Rozszerzenia | https://github.com/Semper-Viventem/twitter-bird | 
| Adres URL Strony Pomocy | https://github.com/Semper-Viventem/twitter-bird/issues | 
| Obsługiwane Języki | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter Bird",
    "description": "Extension which returns the Twitter bird icon back",
    "version": "1.1",
    "action": {
        "default_icon": "images\/icon_512.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png",
        "512": "images\/icon_128.png"
    }
}  |  |