Dream Tab

Great application that replaces the default browser's new tab interface.

What is Dream Tab?

Dream Tab is a Chrome extension developed by DreamTab, and its main feature is "Great application that replaces the default browser's new tab interface.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Dream Tab Extension CRX File

Download Dream Tab 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

                        Ứng dụng Dream Tab bao gồm rất nhiều ứng dụng tiện ích nhỏ bên trong. Nhằm mang đến cảm giác thoải mái và tiện dụng cho người dùng khi mở tab mới với 1 ứng dụng phù hợp, yêu thích.

Các ứng dụng hiện tại
- Dream Quotes - Quotes Hay Mỗi Ngày
- Dream Bookmarker

Ứng dụng sắp ra mắt
- Auto Shopee Xu - Tự động thu xu shopee khi mở trình duyệt
- Bot Tìm Nhà Chợ Tốt Tự Động - Tìm kiếm nhà theo các yêu cầu chi tiết, lọc theo nội dung tiêu đề, khu vực và thông báo về telegram hoặc email....                    

Extension Basic Information

Name Dream Tab Dream Tab
ID fllemmbmbdgkgcjdjkclbfddkmdmahhb
Official URL https://chromewebstore.google.com/detail/dream-tab/fllemmbmbdgkgcjdjkclbfddkmdmahhb
Description Great application that replaces the default browser's new tab interface.
File Size 2.01 MB
Installation Count 474
Current Version 2.4.7
Last Updated 2022-10-11
Publish Date 2021-06-28
Rating 5.00/5 Total 8 Ratings
Developer DreamTab
Email [email protected]
Payment Type free
Extension Website https://dreamtab.zobite.com
Help Page URL https://dreamtab.zobite.com
Privacy Policy Page URL https://dreamtab.zobite.com/privacy-policy
Supported Languages en,vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dream Tab",
    "homepage_url": "https:\/\/zobite.com\/DreamTab",
    "default_locale": "vi",
    "permissions": [
        "activeTab",
        "tabs",
        "notifications",
        "storage",
        "unlimitedStorage",
        "alarms",
        "identity"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Dream Tab",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "override.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "favicon.ico"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "version": "2.4.7",
    "description": "Great application that replaces the default browser's new tab interface."
}