Dream Tab

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

Cos'è Dream Tab?

Dream Tab è un'estensione di Chrome sviluppata da DreamTab, e la sua funzione principale è "Great application that replaces the default browser's new tab interface.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Dream Tab

Scarica i file di estensione Dream Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Ứ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....                    

Informazioni di Base sull'Estensione

Nome Dream Tab Dream Tab
ID fllemmbmbdgkgcjdjkclbfddkmdmahhb
URL Ufficiale https://chromewebstore.google.com/detail/dream-tab/fllemmbmbdgkgcjdjkclbfddkmdmahhb
Descrizione Great application that replaces the default browser's new tab interface.
Dimensione del File 2.01 MB
Conteggio Installazioni 474
Versione Corrente 2.4.7
Ultimo Aggiornamento 2022-10-11
Data di Pubblicazione 2021-06-28
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore DreamTab
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://dreamtab.zobite.com
URL della Pagina di Aiuto https://dreamtab.zobite.com
URL della Pagina della Politica sulla Privacy https://dreamtab.zobite.com/privacy-policy
Lingue Supportate 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."
}