Steam Youtube Links

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

Vad är Steam Youtube Links?

Steam Youtube Links är en Chrome-tillägg utvecklad av svv, och dess huvudfunktion är "This extension adds links to Youtube reviews and letsplays for the current viewed Steam page".

Tilläggsskärmbilder

screenshot

Ladda ner Steam Youtube Links-förlängningens CRX-fil

Ladda ner Steam Youtube Links-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Steam Youtube Links Steam Youtube Links
ID jlclghakcjifikmhafdeajldhfnjijen
Officiell webbadress https://chromewebstore.google.com/detail/steam-youtube-links/jlclghakcjifikmhafdeajldhfnjijen
Beskrivning This extension adds links to Youtube reviews and letsplays for the current viewed Steam page
Filstorlek 31.14 KB
Antal Installationer 123
Aktuell Version 1.3
Senast Uppdaterad 2017-05-25
Publiceringsdatum 2017-05-25
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare svv
Betalningssätt free
Stödda Språk 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"
    ]
}