Free Turbo Squid

Add a free price dropdown for the Turbo Squid website

ما هو Free Turbo Squid؟

Free Turbo Squid هو إضافة Chrome تم تطويرها بواسطة Sam James، والميزة الرئيسية لها هي "Add a free price dropdown for the Turbo Squid website".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Free Turbo Squid

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

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

                        Unnecessary now, turbo squid now offer's a native free pricing filter with product count.
-=-=-=-=-=-=-=-=-=-=
Simple chrome extension to add a free pricing option into the turbo squid price drop down instead of setting a min max price each time.                    

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

الاسم Free Turbo Squid Free Turbo Squid
ID khhigconlpbjclnigodbhgaaobpacgkh
عنوان URL الرسمي https://chromewebstore.google.com/detail/free-turbo-squid/khhigconlpbjclnigodbhgaaobpacgkh
الوصف Add a free price dropdown for the Turbo Squid website
حجم الملف 71.95 KB
عدد التثبيتات 28
النسخة الحالية 0.1
آخر تحديث 2018-09-03
تاريخ النشر 2018-09-03
تقييم 3.33/5 مجموع تقييمات 3
المطور Sam James
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Free Turbo Squid",
    "version": "0.1",
    "description": "Add a free price dropdown for the Turbo Squid website",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "author": "SamJUK",
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "*:\/\/*.turbosquid.com\/*"
            ],
            "js": [
                "jQuery.min.js",
                "script.js"
            ]
        }
    ]
}