Tumblr™ Wide Blogs

Tumblr™ Wide Blogs

Co to jest Tumblr™ Wide Blogs?

Tumblr™ Wide Blogs to rozszerzenie Chrome opracowane przez object.invention, a jego główną funkcją jest „Tumblr™ Wide Blogs”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Tumblr™ Wide Blogs

Pobierz pliki rozszerzeń Tumblr™ Wide Blogs 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

                        Expands your and visited blogs to the full screen mode so you can see now much more content at the same time.

-Super comfortable use of the tumblr.
-Much more images at the same time.
-Expands visited through website blogs from tiny size to huge.

If you visited any blog, you need to press left mouse button on the left side of the page to return to the previous page.                    

Podstawowe informacje o rozszerzeniu

Nazwa Tumblr™ Wide Blogs Tumblr™ Wide Blogs
ID bpfimmjddnljhihjfplolnibcchenlml
Oficjalny URL https://chromewebstore.google.com/detail/tumblr-wide-blogs/bpfimmjddnljhihjfplolnibcchenlml
Opis Tumblr™ Wide Blogs
Rozmiar pliku 14.67 KB
Liczba instalacji 374
Aktualna Wersja 1.1.03
Ostatnia Aktualizacja 2022-12-23
Data Publikacji 2020-05-28
Ocena 4.91/5 Łącznie 11 Oceny
Deweloper object.invention
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tumblr\u2122 Wide Blogs",
    "version": "1.1.03",
    "description": "Tumblr\u2122 Wide Blogs",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.tumblr.com\/*"
            ],
            "css": [
                "styles.min.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "styles.min.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}