Divine Shop Extension
Divine Shop Extension makes it easier to buy games from Steam
Hvad er Divine Shop Extension?
Divine Shop Extension er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Divine Shop Extension makes it easier to buy games from Steam".
Udvidelsesskærmbilleder
Download Divine Shop Extension-udvidelses-CRX-fil
Download Divine Shop Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Divine Shop Extension |
ID | mcooicaephmnnieacffgaloljidmcpap |
Officiel URL | https://chromewebstore.google.com/detail/divine-shop-extension/mcooicaephmnnieacffgaloljidmcpap |
Beskrivelse | Divine Shop Extension makes it easier to buy games from Steam |
Filstørrelse | 56.14 KB |
Antal Installationer | 150 |
Nuværende Version | 1.0.7 |
Senest Opdateret | 2022-02-22 |
Udgivelsesdato | 2020-03-31 |
Bedømmelse | 4.88/5 Samlet 16 Bedømmelser |
Udvikler | Unknown |
Betalingsmetode | free |
Udvidelseswebsted | https://divineshop.vn/ |
Hjælpeside-URL | https://divineshop.vn/ |
Understøttede Sprog | 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" } |