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

擴展截圖

screenshot

下載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 RSS Link for Steam Product Pages
ID emdbljnfcnlahhfhnjfipdmbbakjadef
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}