Tumblr™ Wide Blogs

Tumblr™ Wide Blogs

What is Tumblr™ Wide Blogs?

Tumblr™ Wide Blogs is a Chrome extension developed by object.invention, and its main feature is "Tumblr™ Wide Blogs".

Extension Screenshots

screenshot
screenshot

Download Tumblr™ Wide Blogs Extension CRX File

Download Tumblr™ Wide Blogs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Tumblr™ Wide Blogs Tumblr™ Wide Blogs
ID bpfimmjddnljhihjfplolnibcchenlml
Official URL https://chromewebstore.google.com/detail/tumblr-wide-blogs/bpfimmjddnljhihjfplolnibcchenlml
Description Tumblr™ Wide Blogs
File Size 14.67 KB
Installation Count 374
Current Version 1.1.03
Last Updated 2022-12-23
Publish Date 2020-05-28
Rating 4.91/5 Total 11 Ratings
Developer object.invention
Email [email protected]
Payment Type free
Supported Languages 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": [
                ""
            ]
        }
    ]
}