Steam Youtube Links

This extension adds links to Youtube reviews and letsplays for the current viewed Steam page

Steam Youtube Links क्या है?

Steam Youtube Links svv द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds links to Youtube reviews and letsplays for the current viewed Steam page"।

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

screenshot

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

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

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

                                            

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

नाम Steam Youtube Links Steam Youtube Links
ID jlclghakcjifikmhafdeajldhfnjijen
आधिकारिक URL https://chromewebstore.google.com/detail/steam-youtube-links/jlclghakcjifikmhafdeajldhfnjijen
विवरण This extension adds links to Youtube reviews and letsplays for the current viewed Steam page
फ़ाइल का आकार 31.14 KB
स्थापना संख्या 123
वर्तमान संस्करण 1.3
अंतिम अपडेट 2017-05-25
प्रकाशन तिथि 2017-05-25
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर svv
भुगतान के प्रकार free
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Steam Youtube Links",
    "description": "__MSG_extension_name__",
    "version": "1.3",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "images\/icons\/icon19.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "images\/icons\/icon16.png",
        "48": "images\/icons\/icon48.png",
        "128": "images\/icons\/icon128.png"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/store.steampowered.com\/*",
                "https:\/\/store.steampowered.com\/*"
            ],
            "css": [
                "bundle.css"
            ],
            "js": [
                "bundle.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}