PlaneSpottersAll
theplanespotterscommunity
Что такое PlaneSpottersAll?
PlaneSpottersAll - это расширение Chrome, разработанное theplanespotterscommunity, и его основная функция - "theplanespotterscommunity".
Снимки экрана расширения
Скачать файл CRX расширения PlaneSpottersAll
Скачайте файлы расширений PlaneSpottersAll в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
For all Plane Spotters - Wondered if you have seen those planes on FR24. As an example zoom in on FR24 to your airport then click the red aeroplane icon and you will see any of the aircraft displayed in the window that you have not previously seen. Then you can use our other chrome extension to add those unseen aircraft to you own database which is free if you register at theplanespotterscommunity.co.uk Enjoy
Основная информация о расширении
Название | PlaneSpottersAll |
ID | hiocpfbcbdpahhacjbikbpdofdfjhial |
Официальный URL | https://chromewebstore.google.com/detail/planespottersall/hiocpfbcbdpahhacjbikbpdofdfjhial |
Описание | theplanespotterscommunity |
Размер файла | 51.69 KB |
Количество установок | 109 |
Текущая Версия | 1.1 |
Последнее Обновление | 2016-08-09 |
Дата публикации | 2016-08-08 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | theplanespotterscommunity |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PlaneSpottersAll", "version": "1.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 all aircraft to database" }, "description": "theplanespotterscommunity", "icons": { "16": "airplane16.png", "48": "airplane48.png", "128": "airplane128.png" }, "manifest_version": 2 } |