Steam Youtube Links
This extension adds links to Youtube reviews and letsplays for the current viewed Steam page
Cos'è Steam Youtube Links?
Steam Youtube Links è un'estensione di Chrome sviluppata da svv, e la sua funzione principale è "This extension adds links to Youtube reviews and letsplays for the current viewed Steam page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Steam Youtube Links
Scarica i file di estensione Steam Youtube Links 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
Informazioni di Base sull'Estensione
Nome | Steam Youtube Links |
ID | jlclghakcjifikmhafdeajldhfnjijen |
URL Ufficiale | https://chromewebstore.google.com/detail/steam-youtube-links/jlclghakcjifikmhafdeajldhfnjijen |
Descrizione | This extension adds links to Youtube reviews and letsplays for the current viewed Steam page |
Dimensione del File | 31.14 KB |
Conteggio Installazioni | 123 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2017-05-25 |
Data di Pubblicazione | 2017-05-25 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | svv |
Tipo di Pagamento | free |
Lingue Supportate | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Steam Youtube Links", "description": "__MSG_extension_name__", "version": "1.3", "default_locale": "en", "browser_action": { "default_icon": "images\/icons\/icon19.png", "default_popup": "html\/popup.html" }, "icons": { "16": "images\/icons\/icon16.png", "48": "images\/icons\/icon48.png", "128": "images\/icons\/icon128.png" }, "web_accessible_resources": [ "images\/*.png" ], "content_scripts": [ { "matches": [ "http:\/\/store.steampowered.com\/*", "https:\/\/store.steampowered.com\/*" ], "css": [ "bundle.css" ], "js": [ "bundle.js" ] } ], "permissions": [ "storage" ] } |