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

Apa itu RSS Link for Steam Product Pages?

RSS Link for Steam Product Pages adalah ekstensi Chrome yang dikembangkan oleh stefan.breitenstein, dan fitur utamanya adalah "Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi RSS Link for Steam Product Pages

Unduh file ekstensi RSS Link for Steam Product Pages dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product                    

Informasi Dasar Ekstensi

Nama RSS Link for Steam Product Pages RSS Link for Steam Product Pages
ID emdbljnfcnlahhfhnjfipdmbbakjadef
URL Resmi https://chromewebstore.google.com/detail/rss-link-for-steam-produc/emdbljnfcnlahhfhnjfipdmbbakjadef
Deskripsi Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product
Ukuran File 8.39 KB
Jumlah Instalasi 42
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2020-06-17
Tanggal Publikasi 2020-06-16
Pengembang stefan.breitenstein
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}