Steam Youtube Links
This extension adds links to Youtube reviews and letsplays for the current viewed Steam page
Co to jest Steam Youtube Links?
Steam Youtube Links to rozszerzenie Chrome opracowane przez svv, a jego główną funkcją jest „This extension adds links to Youtube reviews and letsplays for the current viewed Steam page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Steam Youtube Links
Pobierz pliki rozszerzeń Steam Youtube Links w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | Steam Youtube Links |
ID | jlclghakcjifikmhafdeajldhfnjijen |
Oficjalny URL | https://chromewebstore.google.com/detail/steam-youtube-links/jlclghakcjifikmhafdeajldhfnjijen |
Opis | This extension adds links to Youtube reviews and letsplays for the current viewed Steam page |
Rozmiar pliku | 31.14 KB |
Liczba instalacji | 123 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2017-05-25 |
Data Publikacji | 2017-05-25 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | svv |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |