Free Turbo Squid

Add a free price dropdown for the Turbo Squid website

Cos'è Free Turbo Squid?

Free Turbo Squid è un'estensione di Chrome sviluppata da Sam James, e la sua funzione principale è "Add a free price dropdown for the Turbo Squid website".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Free Turbo Squid

Scarica i file di estensione Free Turbo Squid in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Free Turbo Squid Free Turbo Squid
ID khhigconlpbjclnigodbhgaaobpacgkh
URL Ufficiale https://chromewebstore.google.com/detail/free-turbo-squid/khhigconlpbjclnigodbhgaaobpacgkh
Descrizione Add a free price dropdown for the Turbo Squid website
Dimensione del File 71.95 KB
Conteggio Installazioni 28
Versione Corrente 0.1
Ultimo Aggiornamento 2018-09-03
Data di Pubblicazione 2018-09-03
Valutazione 3.33/5 Totale 3 Valutazioni
Sviluppatore Sam James
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}