PlaneSpotters
theplanespotterscommunity
Что такое PlaneSpotters?
PlaneSpotters - это расширение Chrome, разработанное https://theplanespotterscommunity.co.uk, и его основная функция - "theplanespotterscommunity".
Снимки экрана расширения
Скачать файл CRX расширения PlaneSpotters
Скачайте файлы расширений PlaneSpotters в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
theplanespotterscommunity theplanespotterscommunity This extension allows plane spotters to access FlightRadar data and insert it directly into a database hosted by… This extension allows plane spotters to access FlightRadar data and insert it directly into a database hosted by ThePlaneSpottersCommunity. The user would need to register on the site at ThePlanespottersCommunity.co.uk which is a free service.
Основная информация о расширении
Название | PlaneSpotters |
ID | ecibpdlklonkknpeddnkkfcepdcakmjb |
Официальный URL | https://chromewebstore.google.com/detail/planespotters/ecibpdlklonkknpeddnkkfcepdcakmjb |
Описание | theplanespotterscommunity |
Размер файла | 46.23 KB |
Количество установок | 64 |
Текущая Версия | 4.1 |
Последнее Обновление | 2021-06-26 |
Дата публикации | 2021-06-25 |
Разработчик | https://theplanespotterscommunity.co.uk |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://theplanespotterscommunity.co.uk/ |
URL страницы помощи | https://theplanespotterscommunity.co.uk/help/support |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PlaneSpotters", "version": "4.1", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/www.flightradar24.com\/*" ], "js": [ "jquery.min.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "airplane16.png", "default_title": "Save selected aircraft to your personal database" }, "description": "theplanespotterscommunity", "icons": { "16": "airplane16.png", "48": "airplane48.png", "128": "airplane128.png" }, "manifest_version": 2 } |