Tumblr™ Wide Blogs

Tumblr™ Wide Blogs

Τι είναι το Tumblr™ Wide Blogs;

Το Tumblr™ Wide Blogs είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον object.invention, και η κύρια λειτουργία του είναι "Tumblr™ Wide Blogs".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Tumblr™ Wide Blogs

Λήψη αρχείων επέκτασης Tumblr™ Wide Blogs σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Tumblr™ Wide Blogs Tumblr™ Wide Blogs
ID bpfimmjddnljhihjfplolnibcchenlml
Επίσημο URL https://chromewebstore.google.com/detail/tumblr-wide-blogs/bpfimmjddnljhihjfplolnibcchenlml
Περιγραφή Tumblr™ Wide Blogs
Μέγεθος Αρχείου 14.67 KB
Αριθμός Εγκαταστάσεων 374
Τρέχουσα Έκδοση 1.1.03
Τελευταία Ενημέρωση 2022-12-23
Ημερομηνία Δημοσίευσης 2020-05-28
Αξιολόγηση 4.91/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής object.invention
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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": [
                ""
            ]
        }
    ]
}