Steam Youtube Links
This extension adds links to Youtube reviews and letsplays for the current viewed Steam page
什麼是Steam Youtube Links?
Steam Youtube Links是由svv開發的Chrome擴展程式,該擴展的主要功能是“This extension adds links to Youtube reviews and letsplays for the current viewed Steam page”。
擴展截圖
下載Steam Youtube Links擴展crx文件
下載Steam Youtube Links擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | Steam Youtube Links |
ID | jlclghakcjifikmhafdeajldhfnjijen |
官方網址 | https://chromewebstore.google.com/detail/steam-youtube-links/jlclghakcjifikmhafdeajldhfnjijen |
簡介 | This extension adds links to Youtube reviews and letsplays for the current viewed Steam page |
檔案大小 | 31.14 KB |
安裝次數 | 123 |
目前版本 | 1.3 |
更新時間 | 2017-05-25 |
上架時間 | 2017-05-25 |
評分 | 5.00/5 共 1 次評分 |
開發者 | svv |
付費類型 | free |
支援的語言 | 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" ] } |