Uncropper

Show full size images and videos on Twitter timeline !

Co to jest Uncropper?

Uncropper to rozszerzenie Chrome opracowane przez https://yanou.dev, a jego główną funkcją jest „Show full size images and videos on Twitter timeline !”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Uncropper

Pobierz pliki rozszerzeń Uncropper 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

                        Tired of having to click on the image of a tweet to be able to see it in full-size? Uncropper is for you 🐦

With Uncropper, all images and videos will be displayed in full-size in your timeline.

Step 1: Install
Step 2: Enjoy

:)                    

Podstawowe informacje o rozszerzeniu

Nazwa Uncropper Uncropper
ID hkehbcopcnnmlllianhbbmdicenlchjb
Oficjalny URL https://chromewebstore.google.com/detail/uncropper/hkehbcopcnnmlllianhbbmdicenlchjb
Opis Show full size images and videos on Twitter timeline !
Rozmiar pliku 17.2 KB
Liczba instalacji 27
Aktualna Wersja 1.2.1
Ostatnia Aktualizacja 2023-02-28
Data Publikacji 2023-02-22
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://yanou.dev
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://yanou.dev
Adres URL Strony Pomocy https://yanou.dev
Adres URL Strony Polityki Prywatności https://www.notion.so/Yanis-KERRIOU-850c35ea0c4a47cf8bd14ecda6dede91
Obsługiwane Języki en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Uncropper",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.2.1",
    "author": "[email protected]",
    "homepage_url": "https:\/\/yanou.dev",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/*"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}