Cloud Gaming Lister

Find your games match on cloud gaming platforms

Cloud Gaming Lister क्या है?

Cloud Gaming Lister steamextensions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find your games match on cloud gaming platforms"।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Features:
* All supported Steam games list for "GEFORCE NOW"
* Allows you to see new supported games (in popup and in extension game list page)
* Allows you to see and filter all supported steam games on the extension game list page (link in the popup)
* Allows you to see "GEFORCE NOW" support on the steam pages
      * Main page
      * Search pages
      * Game detail page
      * Bundle Detail
      * Tags pages
      * Genre pages
      * Category pages
      * Explore new page
      * Special Offers page
      * Sale pages
      * Friend Activity page
      * Followed Games page
      * User Games pages
      * Curators page
      * Curator Detail page
      * Community Recommendations page
      * Franchise page
      * Developer page
* Allows you to see new games in popup page
* Desktop notifications for new game(s) (optional)                    

एक्सटेंशन की मूल जानकारी

नाम Cloud Gaming Lister Cloud Gaming Lister
ID cpmaennmoijiboghaekpledlgbojhdml
आधिकारिक URL https://chromewebstore.google.com/detail/cloud-gaming-lister/cpmaennmoijiboghaekpledlgbojhdml
विवरण Find your games match on cloud gaming platforms
फ़ाइल का आकार 939 KB
स्थापना संख्या 1,351
वर्तमान संस्करण 1.3.14
अंतिम अपडेट 2023-08-30
प्रकाशन तिथि 2021-04-10
रेटिंग 4.31/5 कुल 13 रेटिंग्स
डेवलपर steamextensions
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/aducad/cloud-game-lister
सहायता पृष्ठ URL https://twitter.com/steamextensions
समर्थित भाषाएँ en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cloud Gaming Lister",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": ".\/popup.html"
    },
    "options_page": ".\/options.html",
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                ".\/content_scripts\/steam-game-detail.js"
            ],
            "css": [
                ".\/assets\/styles\/index.css"
            ],
            "matches": [
                "*:\/\/store.steampowered.com\/app\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                ".\/content_scripts\/steam-explore-new.js"
            ],
            "matches": [
                "*:\/\/store.steampowered.com\/explore\/new\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                ".\/content_scripts\/steam-curators.js"
            ],
            "matches": [
                "*:\/\/store.steampowered.com\/curators*"
            ],
            "exclude_matches": [
                "*:\/\/store.steampowered.com\/curators\/mycurators*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                ".\/content_scripts\/steam-community-recommendations.js"
            ],
            "matches": [
                "*:\/\/store.steampowered.com\/communityrecommendations*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                ".\/content_scripts\/steam-friend-activity.js"
            ],
            "matches": [
                "*:\/\/store.steampowered.com\/recommended\/friendactivity*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                ".\/content_scripts\/steam-specials.js"
            ],
            "matches": [
                "*:\/\/store.steampowered.com\/specials*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                ".\/content_scripts\/steam-tags.js"
            ],
            "matches": [
                "*:\/\/store.steampowered.com\/tags\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                ".\/content_scripts\/steam-genre.js"
            ],
            "matches": [
                "*:\/\/store.steampowered.com\/genre\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                ".\/content_scripts\/steam-category.js"
            ],
            "matches": [
                "*:\/\/store.steampowered.com\/category\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                ".\/content_scripts\/steam-main.js"
            ],
            "matches": [
                "*:\/\/store.steampowered.com\/"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                ".\/content_scripts\/steam-followed-games.js"
            ],
            "matches": [
                "*:\/\/steamcommunity.com\/id\/*\/followedgames*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                ".\/content_scripts\/steam-user-games.js"
            ],
            "matches": [
                "*:\/\/steamcommunity.com\/id\/*\/games*",
                "*:\/\/steamcommunity.com\/profiles\/*\/games*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                ".\/content_scripts\/steam-bundle.js"
            ],
            "matches": [
                "*:\/\/store.steampowered.com\/bundle\/*\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                ".\/content_scripts\/steam-wishlist.js"
            ],
            "matches": [
                "*:\/\/store.steampowered.com\/wishlist\/profiles\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                ".\/content_scripts\/steam-recommender.js"
            ],
            "matches": [
                "*:\/\/store.steampowered.com\/recommender\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                ".\/content_scripts\/steam-franchise.js"
            ],
            "matches": [
                "*:\/\/store.steampowered.com\/franchise\/*",
                "*:\/\/store.steampowered.com\/developer\/*",
                "*:\/\/store.steampowered.com\/curator\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                ".\/content_scripts\/steam-sale.js"
            ],
            "matches": [
                "*:\/\/store.steampowered.com\/sale\/*",
                "*:\/\/store.steampowered.com\/vr*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                ".\/content_scripts\/steam-search.js"
            ],
            "matches": [
                "*:\/\/store.steampowered.com\/search*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "assets\/icons\/16x16-logo.png",
        "32": "assets\/icons\/32x32-logo.png",
        "48": "assets\/icons\/48x48-logo.png",
        "64": "assets\/icons\/64x64-logo.png",
        "128": "assets\/icons\/128x128-logo.png"
    },
    "permissions": [
        "storage",
        "notifications",
        "*:\/\/gameplus.com.tr\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "data\/*.json",
        "assets\/*.svg",
        "assets\/*.css",
        "assets\/icons\/*"
    ],
    "version": "1.3.14"
}