Steam Youtube Links

This extension adds links to Youtube reviews and letsplays for the current viewed Steam page

Steam Youtube Links là gì?

Steam Youtube Links là một tiện ích mở rộng Chrome được phát triển bởi svv, và tính năng chính của nó là "This extension adds links to Youtube reviews and letsplays for the current viewed Steam page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Steam Youtube Links

Tải xuống các tệp mở rộng Steam Youtube Links dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Steam Youtube Links Steam Youtube Links
ID jlclghakcjifikmhafdeajldhfnjijen
URL Chính Thức https://chromewebstore.google.com/detail/steam-youtube-links/jlclghakcjifikmhafdeajldhfnjijen
Mô tả This extension adds links to Youtube reviews and letsplays for the current viewed Steam page
Kích Thước Tệp 31.14 KB
Số Lần Cài Đặt 123
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2017-05-25
Ngày Phát Hành 2017-05-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển svv
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}