Tumblr™ Wide Blogs

Tumblr™ Wide Blogs

Vad är Tumblr™ Wide Blogs?

Tumblr™ Wide Blogs är en Chrome-tillägg utvecklad av object.invention, och dess huvudfunktion är "Tumblr™ Wide Blogs".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Tumblr™ Wide Blogs-förlängningens CRX-fil

Ladda ner Tumblr™ Wide Blogs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Tumblr™ Wide Blogs Tumblr™ Wide Blogs
ID bpfimmjddnljhihjfplolnibcchenlml
Officiell webbadress https://chromewebstore.google.com/detail/tumblr-wide-blogs/bpfimmjddnljhihjfplolnibcchenlml
Beskrivning Tumblr™ Wide Blogs
Filstorlek 14.67 KB
Antal Installationer 374
Aktuell Version 1.1.03
Senast Uppdaterad 2022-12-23
Publiceringsdatum 2020-05-28
Betyg 4.91/5 Totalt 11 Betyg
Utvecklare object.invention
E-post [email protected]
Betalningssätt free
Stödda Språk 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": [
                ""
            ]
        }
    ]
}