Amazing Castles
Amazing Castles by AmazingApps
Что такое Amazing Castles?
Amazing Castles - это расширение Chrome, разработанное AmazingApps, и его основная функция - "Amazing Castles by AmazingApps".
Снимки экрана расширения
Скачать файл CRX расширения Amazing Castles
Скачайте файлы расширений Amazing Castles в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Calling all castle fans! Introducing your new favorite extension – Amazing Castles! This extension was created to elevate your browsing experience. Each time you open a new tab and start a search, a new image of castles from around the world will appear as the wallpaper of a customizable homepage for you to enjoy, along with more exclusive features! It’s not just a wallpaper with images of beautiful castles. It also gives you a centralized space for you to personalize with items such as: - Quick web search bar - Daily inspirational quotes - Weather forecast - Favorite links - Calendars - Clocks - And much more! Simply click “Add to Chrome” and install the extension to begin reaping the benefits of Amazing Castles as you search the web! By clicking "Add to Chrome" and installing the Amazing Castles home page extension, you accept and agree to abide by the End User License Agreement (found here: https://amazingapps.io/terms.html) and Privacy Policy (found here: https://amazingapps.io/privacy.html). For instructions on how to remove the extension, please visit: https://amazingapps.io/uninstall.html We hope you enjoy our Amazing Castles home page experience as much as we do!
Основная информация о расширении
Название | |
ID | aigamlgclihckjedegcnkmnhaoinophc |
Официальный URL | https://chrome.google.com/webstore/detail/amazing-castles/aigamlgclihckjedegcnkmnhaoinophc |
Описание | Amazing Castles by AmazingApps |
Размер файла | 87.54 KB |
Количество установок | 61 |
Текущая Версия | 0.3.1000.101 |
Последнее Обновление | 2020-01-05 |
Дата публикации | 2019-12-26 |
Разработчик | AmazingApps |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://amazingapps.io/privacy.html |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazing Castles", "version": "0.3.1000.101", "permissions": [ "activeTab", "storage", "cookies", "topSites", "alarms", "https:\/\/*.amazingapps.io\/*", "http:\/\/*.amazingapps.io\/*" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "description": "Amazing Castles by AmazingApps", "chrome_url_overrides": { "newtab": "html\/load.html" }, "content_scripts": [ { "js": [ "js\/cs\/data-frame.js" ], "matches": [ "https:\/\/*.amazingapps.io\/*", "http:\/\/*.amazingapps.io\/*" ], "run_at": "document_end", "all_frames": true } ], "background": { "page": "html\/background.html", "persistent": false }, "browser_action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "web_accessible_resources": [ "js\/bg\/focus.js" ] } |