PlaneSpotters

theplanespotterscommunity

ما هو PlaneSpotters؟

PlaneSpotters هو إضافة Chrome تم تطويرها بواسطة https://theplanespotterscommunity.co.uk، والميزة الرئيسية لها هي "theplanespotterscommunity".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة PlaneSpotters

قم بتنزيل ملفات الامتداد PlaneSpotters بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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/
عنوان صفحة المساعدة 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
}