OPSkins Enhanced
OPSkins Enhanced. Sort By Discount %, Price, Wear.
Cos'è OPSkins Enhanced?
OPSkins Enhanced è un'estensione di Chrome sviluppata da Danial Nickford, e la sua funzione principale è "OPSkins Enhanced. Sort By Discount %, Price, Wear.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione OPSkins Enhanced
Scarica i file di estensione OPSkins Enhanced 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
OPSkins Enhanced. Sort By Discount %, Price, Wear.
Informazioni di Base sull'Estensione
Nome | |
ID | gdpblaikfgfnlbmpnghhdmngljdhlmdn |
URL Ufficiale | https://chrome.google.com/webstore/detail/opskins-enhanced/gdpblaikfgfnlbmpnghhdmngljdhlmdn |
Descrizione | OPSkins Enhanced. Sort By Discount %, Price, Wear. |
Dimensione del File | 195 KB |
Conteggio Installazioni | 129 |
Versione Corrente | 0.2.1 |
Ultimo Aggiornamento | 2016-06-01 |
Data di Pubblicazione | 2016-06-01 |
Valutazione | 3.29/5 Totale 7 Valutazioni |
Sviluppatore | Danial Nickford |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OPSkins Enhanced", "version": "0.2.1", "content_scripts": [ { "matches": [ "https:\/\/opskins.com\/?loc=shop_search*app=730*" ], "js": [ "jquery-2.2.3.min.js", "opskins.js" ] } ], "background": { "scripts": [ "index.js" ] }, "browser_action": { "default_icon": "icon.png" } } |