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”。
扩展截图
下载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 |
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" ] } ] } |