MLS Themes & New Tab
MLS Themes & New Tab Is A Cool Extension With 4K Wallpapers,And More Amazing Features.
Co to jest MLS Themes & New Tab?
MLS Themes & New Tab to rozszerzenie Chrome opracowane przez duntonjackman062721, a jego główną funkcją jest „MLS Themes & New Tab Is A Cool Extension With 4K Wallpapers,And More Amazing Features.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia MLS Themes & New Tab
Pobierz pliki rozszerzeń MLS 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
MLS HD Wallpaper & 4K Background Chrome New Tab Theme is an extension made by fans for fans and the copyright belongs to the respective owners of the material. It is unofficial and if there should be any problem please alert us and we will resolve it. After app installation every time you will open a new tab you will see this app MLS' new tab. There is some latest news from Google on a news tab. It does not access your private data. Chrome shows the warning for all extensions that access browsers, even if they do not access any private data. Permission Requirements Middle Search Bar: In this search bar, you can easily do an instant search. Recommended: New Tab recommends some most visited websites for you. Bookmark: This allows you to open bookmarks at New Tab Most Visited site: You can easily bookmark and quickly access.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ffckakflgkgkceablhmnlpohgdnbjcpk |
Oficjalny URL | https://chrome.google.com/webstore/detail/mls-themes-new-tab/ffckakflgkgkceablhmnlpohgdnbjcpk |
Opis | MLS Themes & New Tab Is A Cool Extension With 4K Wallpapers,And More Amazing Features. |
Rozmiar pliku | 110 KB |
Liczba instalacji | 25 |
Aktualna Wersja | 2.3 |
Ostatnia Aktualizacja | 2021-09-03 |
Data Publikacji | 2020-06-21 |
Deweloper | duntonjackman062721 |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.bestchoices.net/pp.html |
Obsługiwane Języki | en |
manifest.json | |
{ "icons": { "128": "128-pic.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "bookmarks", "chrome:\/\/favicon\/", "history", "topSites" ], "background": { "scripts": [ "back_js.js" ] }, "browser_action": { "default_icon": "128-pic.png", "default_title": "MLS Themes & New Tab", "default_popup": "newtab_page.html" }, "chrome_url_overrides": { "newtab": "newtab_page.html" }, "manifest_version": 2, "name": "__MSG_headTitle__", "version": "2.3", "default_locale": "en", "description": "MLS Themes & New Tab Is A Cool Extension With 4K Wallpapers,And More Amazing Features." } |