Steam Youtube Links
This extension adds links to Youtube reviews and letsplays for the current viewed Steam page
Wat is Steam Youtube Links?
Steam Youtube Links is een Chrome-extensie ontwikkeld door svv, en de belangrijkste functie is "This extension adds links to Youtube reviews and letsplays for the current viewed Steam page".
Extensie Screenshots
Download het CRX-bestand van de extensie Steam Youtube Links
Download Steam Youtube Links-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | Steam Youtube Links |
ID | jlclghakcjifikmhafdeajldhfnjijen |
Officiële URL | https://chromewebstore.google.com/detail/steam-youtube-links/jlclghakcjifikmhafdeajldhfnjijen |
Beschrijving | This extension adds links to Youtube reviews and letsplays for the current viewed Steam page |
Bestandsgrootte | 31.14 KB |
Aantal Installaties | 123 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2017-05-25 |
Publicatiedatum | 2017-05-25 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | svv |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |