Free Turbo Squid

Add a free price dropdown for the Turbo Squid website

什麼是Free Turbo Squid?

Free Turbo Squid是由Sam James開發的Chrome擴展程式,該擴展的主要功能是“Add a free price dropdown for the Turbo Squid website”。

擴展截圖

screenshot
screenshot
screenshot

下載Free Turbo Squid擴展crx文件

下載Free Turbo Squid擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}