Landscapes Wallpaper HD & Videos
Wonderful Landscapes Wallpaper HD and Youtube Videos in each newtab in your browser.
Что такое Landscapes Wallpaper HD & Videos?
Landscapes Wallpaper HD & Videos - это расширение Chrome, разработанное 2.341.875 Downloads, и его основная функция - "Wonderful Landscapes Wallpaper HD and Youtube Videos in each newtab in your browser.".
Снимки экрана расширения
Скачать файл CRX расширения Landscapes Wallpaper HD & Videos
Скачайте файлы расширений Landscapes Wallpaper HD & Videos в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
You're in love with beautiful landscapes? Nature is your favorite place to be? Than install Landscape Wallpaper HD and Video and get the feeling to be in the nature, even if you're sitting in front of your computer and all of this for free. Mountains, waterfalls, sunset over the beach, silent lakes in the winter, wherever you want to be, we'l bring you there. Our features: - you can't just see static landscapes, you're also able to put in your favorite YouTube video, playlist or user URL of beautiful nature, or whatever you like, as your personal wallpaper. - choose a landscape wallpaper out of many available nature wallpapers. - choose your favorite wallpaper with just two clicks. - digital clock in different time formats and Google search engine. - the current weather for your chosen city. - quick access to most viewed pages. - seasonal themes falling down like snow in front of your background pictures on your screen. If you're an absolute landscapes lover, you should install this wallpaper plugin for free and you'll be more than happy. If the landscapes aren't beautiful enough, there are to less wallpapers for your interest or anything else is wrong, write us and we will answer as fast as possible and will try to solve the problems.
Основная информация о расширении
Название | |
ID | bcdimlnfifmimlobmkdidepkajhkgbfh |
Официальный URL | https://chrome.google.com/webstore/detail/landscapes-wallpaper-hd-v/bcdimlnfifmimlobmkdidepkajhkgbfh |
Описание | Wonderful Landscapes Wallpaper HD and Youtube Videos in each newtab in your browser. |
Размер файла | 18.76 MB |
Количество установок | 3,000 |
Текущая Версия | 1.2.221.9 |
Последнее Обновление | 2019-03-08 |
Дата публикации | 2019-03-08 |
Рейтинг | 4.80/5 Всего 5 оценок |
Разработчик | 2.341.875 Downloads |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | http://ad-o-meter.com/privpolicy.htm |
Поддерживаемые языки | de,en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.2.221.9", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "images\/icons\/logo_16.png", "48": "images\/icons\/logo_48.png", "128": "images\/icons\/logo_128.png" }, "permissions": [ "activeTab", "tabs", "storage", "chrome:\/\/favicon\/", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*", "background", "topSites", "https:\/\/www.googleapis.com\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.2.1\/jquery.min.js https:\/\/s.ytimg.com\/ https:\/\/www.youtube.com https:\/\/apis.google.com\/js\/api.js; object-src 'self'", "background": { "persistent": true, "scripts": [ ".\/src\/zip.js", ".\/src\/bundle_be.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/search?*" ], "js": [ ".\/src\/message.js" ] } ], "chrome_url_overrides": { "newtab": "index.html" }, "manifest_version": 2 } |