Tumblr™ Wide Blogs

Tumblr™ Wide Blogs

Was ist Tumblr™ Wide Blogs?

Tumblr™ Wide Blogs ist eine Chrome-Erweiterung, die von object.invention entwickelt wurde, und ihr Hauptmerkmal ist "Tumblr™ Wide Blogs".

Erweiterungsscreenshots

screenshot
screenshot

Tumblr™ Wide Blogs-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tumblr™ Wide Blogs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Tumblr™ Wide Blogs Tumblr™ Wide Blogs
ID bpfimmjddnljhihjfplolnibcchenlml
Offizielle URL https://chromewebstore.google.com/detail/tumblr-wide-blogs/bpfimmjddnljhihjfplolnibcchenlml
Beschreibung Tumblr™ Wide Blogs
Dateigröße 14.67 KB
Installationsanzahl 374
Aktuelle Version 1.1.03
Letztes Update 2022-12-23
Veröffentlichungsdatum 2020-05-28
Bewertung 4.91/5 Insgesamt 11 Bewertungen
Entwickler object.invention
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}