All themes - New Tab

Themes in New Tab

Co to jest All themes - New Tab?

All themes - New Tab to rozszerzenie Chrome opracowane przez https://newtab.shop, a jego główną funkcją jest „Themes in New Tab”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia All themes - New Tab

Pobierz pliki rozszerzeń All themes - New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        All themes Full HD wallpapers and form of search on the internet in new tab.                    

Podstawowe informacje o rozszerzeniu

Nazwa All themes - New Tab All themes - New Tab
ID inlnifdegnnmomcbaokncgnkgaapgfjo
Oficjalny URL https://chrome.google.com/webstore/detail/all-themes-new-tab/inlnifdegnnmomcbaokncgnkgaapgfjo
Opis Themes in New Tab
Rozmiar pliku 18.98 KB
Liczba instalacji 622
Aktualna Wersja 1.2.1.8
Ostatnia Aktualizacja 2022-11-24
Data Publikacji 2022-10-29
Deweloper https://newtab.shop
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki de,en,fr,nl,no,vi,tr,da,es,it,pt-BR,pt-PT,sv,el,ru,hi,th,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "1.2.1.8",
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "128.png"
    },
    "offline_enabled": true,
    "action": [],
    "default_locale": "en",
    "manifest_version": 3
}