Celtic Tuning Vehicle Stats

Celtic Tuning Vehicle Stats analyzes the page you are viewing and shows matching vehicle's stats - conveniently and inobtrusively.

ما هو Celtic Tuning Vehicle Stats؟

Celtic Tuning Vehicle Stats هو إضافة Chrome تم تطويرها بواسطة https://www.celtictuning.co.uk، والميزة الرئيسية لها هي "Celtic Tuning Vehicle Stats analyzes the page you are viewing and shows matching vehicle's stats - conveniently and inobtrusively.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Celtic Tuning Vehicle Stats

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

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

                        Celtic Tuning Vehicle Stats add-on gives you an immediate insight into tuning options of the vehicle you are looking for. Not decided which car to buy? You can now see which vehicle has the best potential for increased power or better economy and what options you would have.

Major new and used vehicle catalogs will show a bar in the vehicle details page automatically (this can be disabled with one click). 

For your convenience, there is a toolbar button that pops up a Request Quote form to get a free quote for any vehicle, no matter what website you are currently viewing.                    

معلومات أساسية عن التمديد

الاسم Celtic Tuning Vehicle Stats Celtic Tuning Vehicle Stats
ID gehafpbbjjipddkcpddfbdghkmjinlan
عنوان URL الرسمي https://chromewebstore.google.com/detail/celtic-tuning-vehicle-sta/gehafpbbjjipddkcpddfbdghkmjinlan
الوصف Celtic Tuning Vehicle Stats analyzes the page you are viewing and shows matching vehicle's stats - conveniently and inobtrusively.
حجم الملف 98.59 KB
عدد التثبيتات 28
النسخة الحالية 1.0.3
آخر تحديث 2020-02-04
تاريخ النشر 2020-02-04
تقييم 5.00/5 مجموع تقييمات 2
المطور https://www.celtictuning.co.uk
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.celtictuning.co.uk/privacy-policy
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Celtic Tuning Vehicle Stats",
    "description": "Celtic Tuning Vehicle Stats analyzes the page you are viewing and shows matching vehicle's stats - conveniently and inobtrusively.",
    "version": "1.0.3",
    "short_name": "CT Vehicle Stats",
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "assets\/img\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "assets\/js\/jquery-1.11.3.min.js"
        ]
    },
    "web_accessible_resources": [
        "assets\/img\/*",
        "assets\/json\/language.json"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.ebay.co.uk\/itm\/*",
                "http:\/\/www.topmarques.co.uk\/classified\/advert\/*",
                "http:\/\/www.autotrader.co.uk\/classified\/advert\/*",
                "http:\/\/www.autotrader.co.uk\/new-cars\/*\/*\/*",
                "http:\/\/www.autotrader.co.uk\/used-cars\/*\/*\/*",
                "http:\/\/www.autotrader.co.uk\/discovery-search\/*\/*\/*",
                "http:\/\/www.autotrader.co.uk\/vans\/*\/*\/*",
                "http:\/\/www2.autotrader.co.uk\/classified\/advert\/*",
                "http:\/\/www2.autotrader.co.uk\/new-cars\/*\/*\/*",
                "http:\/\/www2.autotrader.co.uk\/used-cars\/*\/*\/*",
                "http:\/\/www2.autotrader.co.uk\/discovery-search\/*\/*\/*",
                "http:\/\/www2.autotrader.co.uk\/vans\/*\/*\/*",
                "http:\/\/farm.autotrader.co.uk\/used-farm-machinery\/*\/*\/*",
                "http:\/\/plant.autotrader.co.uk\/used-plant-machinery\/*\/*\/*",
                "http:\/\/motorhomes.autotrader.co.uk\/used-motorhomes\/*\/*\/*",
                "http:\/\/suchen.mobile.de\/fahrzeuge\/details.html*",
                "http:\/\/suchen.mobile.de\/auto-inserat\/*\/*",
                "http:\/\/www.motors.co.uk\/car-*"
            ],
            "js": [
                "assets\/js\/jquery-1.11.3.min.js",
                "celtictuning.js"
            ],
            "css": [
                "assets\/css\/ctplgstats.css"
            ],
            "images": [
                "assets\/img\/logo.png",
                "assets\/img\/ajax-loader-ct.gif",
                "assets\/img\/autotrader.png",
                "assets\/img\/ebay.png"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}