PlaneSpotters
theplanespotterscommunity
Co to jest PlaneSpotters?
PlaneSpotters to rozszerzenie Chrome opracowane przez https://theplanespotterscommunity.co.uk, a jego główną funkcją jest „theplanespotterscommunity”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PlaneSpotters
Pobierz pliki rozszerzeń PlaneSpotters w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ecibpdlklonkknpeddnkkfcepdcakmjb |
| Oficjalny URL | https://chromewebstore.google.com/detail/planespotters/ecibpdlklonkknpeddnkkfcepdcakmjb |
| Opis | theplanespotterscommunity |
| Rozmiar pliku | 46.23 KB |
| Liczba instalacji | 64 |
| Aktualna Wersja | 4.1 |
| Ostatnia Aktualizacja | 2021-06-26 |
| Data Publikacji | 2021-06-25 |
| Deweloper | https://theplanespotterscommunity.co.uk |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://theplanespotterscommunity.co.uk/ |
| Adres URL Strony Pomocy | https://theplanespotterscommunity.co.uk/help/support |
| Obsługiwane Języki | 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
} | |