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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में RSS Link for Steam Product Pages एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक 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
ईमेल [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"
            ]
        }
    ]
}