Divine Shop Extension
Divine Shop Extension makes it easier to buy games from Steam
Co to jest Divine Shop Extension?
Divine Shop Extension to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Divine Shop Extension makes it easier to buy games from Steam”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Divine Shop Extension
Pobierz pliki rozszerzeń Divine Shop Extension 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
The extension adds a purchase button for apps at Steam that shows the price from Divine Shop and directs user to the app page at Divine Shop.
Podstawowe informacje o rozszerzeniu
Nazwa | Divine Shop Extension |
ID | mcooicaephmnnieacffgaloljidmcpap |
Oficjalny URL | https://chromewebstore.google.com/detail/divine-shop-extension/mcooicaephmnnieacffgaloljidmcpap |
Opis | Divine Shop Extension makes it easier to buy games from Steam |
Rozmiar pliku | 56.14 KB |
Liczba instalacji | 150 |
Aktualna Wersja | 1.0.7 |
Ostatnia Aktualizacja | 2022-02-22 |
Data Publikacji | 2020-03-31 |
Ocena | 4.88/5 Łącznie 16 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Strona Rozszerzenia | https://divineshop.vn/ |
Adres URL Strony Pomocy | https://divineshop.vn/ |
Obsługiwane Języki | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/store.steampowered.com\/app\/*", "https:\/\/store.steampowered.com\/sub\/*" ], "js": [ "content-script.js" ], "css": [ "style.css" ], "run_at": "document_end" } ], "description": "Divine Shop Extension makes it easier to buy games from Steam", "browser_action": { "default_icon": { "16": "divine-16.png", "46": "divine-48.png" } }, "icons": { "16": "divine-16.png", "48": "divine-48.png", "96": "divine-96.png", "128": "divine-128.png" }, "web_accessible_resources": [ "divine-24.png" ], "name": "Divine Shop Extension", "version": "1.0.7" } |