Dream Tab

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

Qu'est-ce que Dream Tab ?

Dream Tab est une extension Chrome développée par DreamTab, et sa fonction principale est "Great application that replaces the default browser's new tab interface.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Dream Tab

Téléchargez les fichiers d'extension Dream Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Dream Tab Dream Tab
ID fllemmbmbdgkgcjdjkclbfddkmdmahhb
URL Officiel https://chromewebstore.google.com/detail/dream-tab/fllemmbmbdgkgcjdjkclbfddkmdmahhb
Description Great application that replaces the default browser's new tab interface.
Taille du Fichier 2.01 MB
Nombre d'Installations 474
Version Actuelle 2.4.7
Dernière Mise à Jour 2022-10-11
Date de Publication 2021-06-28
Évaluation 5.00/5 Total 8 Évaluations
Développeur DreamTab
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://dreamtab.zobite.com
URL de la Page d'Aide https://dreamtab.zobite.com
URL de la Page de Politique de Confidentialité https://dreamtab.zobite.com/privacy-policy
Langues Prises en Charge 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."
}