Twitter Quotes are back!

Twitter Quotes are back!

Co to jest Twitter Quotes are back!?

Twitter Quotes are back! to rozszerzenie Chrome opracowane przez josecebe, a jego główną funkcją jest „Twitter Quotes are back!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Twitter Quotes are back!

Pobierz pliki rozszerzeń Twitter Quotes are back! 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

                        Twitter has adjusted access to view post interactions like quotes, retweets, and likes, making them less visible. Fortunately, "Twitter Quotes are back!" brings these options back to their original locations. Say goodbye to the search hassle and install this extension today!                    

Podstawowe informacje o rozszerzeniu

Nazwa Twitter Quotes are back! Twitter Quotes are back!
ID bbpjhggnbaikfoankcdaieeohbjdnadc
Oficjalny URL https://chromewebstore.google.com/detail/twitter-quotes-are-back/bbpjhggnbaikfoankcdaieeohbjdnadc
Opis Twitter Quotes are back!
Rozmiar pliku 26.6 KB
Liczba instalacji 215
Aktualna Wersja 1.0.4
Ostatnia Aktualizacja 2023-09-17
Data Publikacji 2023-09-14
Ocena 4.75/5 Łącznie 8 Oceny
Deweloper josecebe
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/josecebe/twitter-quotes-are-back
Obsługiwane Języki de,en,fr,ca,es,it,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "josecebe",
    "manifest_version": 3,
    "name": "__MSG_twitterQuotesExtensionName__",
    "version": "1.0.4",
    "description": "__MSG_twitterQuotesExtensionDescription__",
    "default_locale": "en",
    "icons": {
        "48": "icons\/border-48.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "52.0"
        }
    }
}