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”。

扩展截图

screenshot

下载Steam Youtube Links扩展crx文件

下载Steam Youtube Links扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Steam Youtube Links Steam Youtube Links
ID jlclghakcjifikmhafdeajldhfnjijen
官方URL 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"
    ]
}