Steam Youtube Links
This extension adds links to Youtube reviews and letsplays for the current viewed Steam page
What is Steam Youtube Links?
Steam Youtube Links is a Chrome extension developed by svv, and its main feature is "This extension adds links to Youtube reviews and letsplays for the current viewed Steam page".
Extension Screenshots
Download Steam Youtube Links Extension CRX File
Download Steam Youtube Links extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Steam Youtube Links |
ID | jlclghakcjifikmhafdeajldhfnjijen |
Official URL | https://chromewebstore.google.com/detail/steam-youtube-links/jlclghakcjifikmhafdeajldhfnjijen |
Description | This extension adds links to Youtube reviews and letsplays for the current viewed Steam page |
File Size | 31.14 KB |
Installation Count | 123 |
Current Version | 1.3 |
Last Updated | 2017-05-25 |
Publish Date | 2017-05-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | svv |
Payment Type | free |
Supported Languages | 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" ] } |