Free Turbo Squid
Add a free price dropdown for the Turbo Squid website
What is Free Turbo Squid?
Free Turbo Squid is a Chrome extension developed by Sam James, and its main feature is "Add a free price dropdown for the Turbo Squid website".
Extension Screenshots
Download Free Turbo Squid Extension CRX File
Download Free Turbo Squid extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Free Turbo Squid |
ID | khhigconlpbjclnigodbhgaaobpacgkh |
Official URL | https://chromewebstore.google.com/detail/free-turbo-squid/khhigconlpbjclnigodbhgaaobpacgkh |
Description | Add a free price dropdown for the Turbo Squid website |
File Size | 71.95 KB |
Installation Count | 28 |
Current Version | 0.1 |
Last Updated | 2018-09-03 |
Publish Date | 2018-09-03 |
Rating | 3.33/5 Total 3 Ratings |
Developer | Sam James |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |