RSS Link for Steam Product Pages
Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product
RSS Link for Steam Product Pagesとは何ですか?
RSS Link for Steam Product Pagesはstefan.breitensteinによって開発されたChromeの拡張機能で、その主な機能は「Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product」です。
拡張機能のスクリーンショット
RSS Link for Steam Product Pages拡張機能のCRXファイルをダウンロード
RSS Link for Steam Product Pages拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product
拡張機能の基本情報
名前 | RSS Link for Steam Product Pages |
ID | emdbljnfcnlahhfhnjfipdmbbakjadef |
公式URL | https://chromewebstore.google.com/detail/rss-link-for-steam-produc/emdbljnfcnlahhfhnjfipdmbbakjadef |
説明 | Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product |
ファイルサイズ | 8.39 KB |
インストール数 | 42 |
現在のバージョン | 1.0.0 |
最終更新日 | 2020-06-17 |
公開日 | 2020-06-16 |
開発者 | stefan.breitenstein |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RSS Link for Steam Product Pages", "version": "1.0.0", "description": "Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product", "manifest_version": 2, "icons": { "16": "icons\/logo16.png", "48": "icons\/logo48.png", "128": "icons\/logo128.png" }, "content_scripts": [ { "matches": [ "https:\/\/store.steampowered.com\/app\/*" ], "js": [ "index.js" ] } ] } |