Free Turbo Squid

Add a free price dropdown for the Turbo Squid website

Free Turbo Squid क्या है?

Free Turbo Squid Sam James द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a free price dropdown for the Turbo Squid website"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Free Turbo Squid एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}