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 |
公式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" ] } |