Beach Backgrounds and Wallpapers

Beach Backgrounds and Wallpapers

Что такое Beach Backgrounds and Wallpapers?

Beach Backgrounds and Wallpapers - это расширение Chrome, разработанное BKG Products, и его основная функция - "Beach Backgrounds and Wallpapers".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Beach Backgrounds and Wallpapers

Скачайте файлы расширений Beach Backgrounds and Wallpapers в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        The best backgrounds and themes of beaches in the new tab of your browser.
Click the + INSTALL button in the upper-right corner of this window.
You can change the background image at any time.                    

Основная информация о расширении

Название Beach Backgrounds and Wallpapers Beach Backgrounds and Wallpapers
ID ohadldmdddapijokigffkjlclkffopdm
Официальный URL https://chrome.google.com/webstore/detail/beach-backgrounds-and-wal/ohadldmdddapijokigffkjlclkffopdm
Описание Beach Backgrounds and Wallpapers
Размер файла 7.45 KB
Количество установок 95
Текущая Версия 1.0.1
Последнее Обновление 2017-11-02
Дата публикации 2017-11-02
Рейтинг 5.00/5 Всего 1 оценок
Разработчик BKG Products
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beach Backgrounds and Wallpapers",
    "description": "Beach Backgrounds and Wallpapers",
    "version": "1.0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "\/icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ]
}