Tumblr™ Wide Blogs

Tumblr™ Wide Blogs

Wat is Tumblr™ Wide Blogs?

Tumblr™ Wide Blogs is een Chrome-extensie ontwikkeld door object.invention, en de belangrijkste functie is "Tumblr™ Wide Blogs".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Tumblr™ Wide Blogs

Download Tumblr™ Wide Blogs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Tumblr™ Wide Blogs Tumblr™ Wide Blogs
ID bpfimmjddnljhihjfplolnibcchenlml
Officiële URL https://chromewebstore.google.com/detail/tumblr-wide-blogs/bpfimmjddnljhihjfplolnibcchenlml
Beschrijving Tumblr™ Wide Blogs
Bestandsgrootte 14.67 KB
Aantal Installaties 374
Huidige Versie 1.1.03
Laatst Bijgewerkt 2022-12-23
Publicatiedatum 2020-05-28
Beoordeling 4.91/5 Totaal 11 Beoordelingen
Ontwikkelaar object.invention
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}