Avatar: The Last Airbender Wallpapers Tab

Personalized New Tab Page With Avatar: The Last Airbender Wallpapers and Other Features.

Что такое Avatar: The Last Airbender Wallpapers Tab?

Avatar: The Last Airbender Wallpapers Tab - это расширение Chrome, разработанное Megathemes, и его основная функция - "Personalized New Tab Page With Avatar: The Last Airbender Wallpapers and Other Features.".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Avatar: The Last Airbender Wallpapers Tab

Скачайте файлы расширений Avatar: The Last Airbender Wallpapers Tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Avatar: The Last Airbender Wallpapers Tab - By Megathemes

This extension will be perfect for all Avatar: The Last Airbender fans. Install this app and get perfect Avatar: The Last Airbender Wallpapers for your browser! 

What do you get? 
- Avatar: The Last Airbender Wallpapers in HD quality;
- Links button which lets you quickly access some of the most popular sites, such as YouTube, Google, or Facebook;
- Digital clock placed in the center. You can pick 12h or 24h format and even choose whether you want it to display time with seconds, or not;
- Special greeting placed in the center, which lets you add your own name;
- Add Todo list by clicking on "Todo" button in the lower right corner;
- Custom search bar which can be turned on or off;
- Inspiring quotes that will show up each time you open a new tab page;
- Refresh button, placed in the lower left corner;
- Settings button in the lower left corner which gives you the ability to enable or disable all features, choose your favorite wallpapers, enable Todo list or expand it, adjust the clock, enable links or expand them, turn search on or off, and enable or disable quotes

-If you like Avatar: The Last Airbender Wallpapers Tab extension and you want some more themes, visit Megathemes.info and pick your favorite. 

- Disclaimer: We are not representing any official app or any product, and we are not trying to pretend to be someone else. All of our extensions are made by the fans and intended for Avatar fans. All extensions are completely free, and are not sponsored or associated with mentioned companies, or their trademarks. However, some parts of our extensions might contain ads. Since most of the wallpapers we use are found on the web, please contact us if we broke your copyright, and we will remove them immediately.                    

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

Название Avatar: The Last Airbender Wallpapers Tab Avatar: The Last Airbender Wallpapers Tab
ID hnibmaidnhgpaffmoaknjdinognphdae
Официальный URL https://chrome.google.com/webstore/detail/avatar-the-last-airbender/hnibmaidnhgpaffmoaknjdinognphdae
Описание Personalized New Tab Page With Avatar: The Last Airbender Wallpapers and Other Features.
Размер файла 5.32 MB
Количество установок 94
Текущая Версия 2.0
Последнее Обновление 2020-05-18
Дата публикации 2020-05-18
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Megathemes
Тип оплаты free
Официальный сайт расширения https://megathemes.info/avatar-the-last-airbender-wallpapers/
URL страницы помощи https://megathemes.info/contact-us/
URL страницы политики конфиденциальности https://megathemes.info/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "name": "Avatar: The Last Airbender Wallpapers Tab",
    "manifest_version": 2,
    "short_name": "Avatar",
    "description": "Personalized New Tab Page With Avatar: The Last Airbender Wallpapers and Other Features.",
    "version": "2.0",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "files\/mega-new.html"
    },
    "browser_action": {
        "default_title": "Avatar: The Last Airbender Wallpapers Tab",
        "default_icon": {
            "16": "files\/icon16.png",
            "48": "files\/icon48.png",
            "128": "files\/icon128.png"
        }
    },
    "offline_enabled": true,
    "incognito": "split",
    "permissions": [
        "unlimitedStorage",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon128.png"
    }
}