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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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": [
                ""
            ]
        }
    ]
}