PlaneSpottersAll

theplanespotterscommunity

ما هو PlaneSpottersAll؟

PlaneSpottersAll هو إضافة Chrome تم تطويرها بواسطة theplanespotterscommunity، والميزة الرئيسية لها هي "theplanespotterscommunity".

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

screenshot

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

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

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

                        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 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
}