ggSteam Extension
This extension will add ggSteam.com's link to store.steampowered.com
Cos'è ggSteam Extension?
ggSteam Extension è un'estensione di Chrome sviluppata da Chokchai Puttan, e la sua funzione principale è "This extension will add ggSteam.com's link to store.steampowered.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ggSteam Extension
Scarica i file di estensione ggSteam Extension 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
This extension will add ggSteam.com's link to store.steampowered.com
Informazioni di Base sull'Estensione
Nome | |
ID | hjcakgfmmdkonldlgobpifjdpicafafm |
URL Ufficiale | https://chromewebstore.google.com/detail/ggsteam-extension/hjcakgfmmdkonldlgobpifjdpicafafm |
Descrizione | This extension will add ggSteam.com's link to store.steampowered.com |
Dimensione del File | 51.05 KB |
Conteggio Installazioni | 13 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2016-09-05 |
Data di Pubblicazione | 2016-09-05 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | Chokchai Puttan |
Tipo di Pagamento | free |
Lingue Supportate | th |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ggSteam Extension", "short_name": "ggSteam", "description": "This extension will add ggSteam.com's link to store.steampowered.com", "version": "1.1.1", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_title": "ggSteam Extension v.1.1.1" }, "content_scripts": [ { "matches": [ "*:\/\/store.steampowered.com\/app\/*", "*:\/\/store.steampowered.com\/sub\/*" ], "css": [], "js": [ "jquery-3.1.0.min.js", "main.js" ] } ], "permissions": [ "activeTab", "*:\/\/store.steampowered.com\/*" ] } |