Divine Shop Extension
Divine Shop Extension makes it easier to buy games from Steam
Wat is Divine Shop Extension?
Divine Shop Extension is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Divine Shop Extension makes it easier to buy games from Steam".
Extensie Screenshots
Download het CRX-bestand van de extensie Divine Shop Extension
Download Divine Shop Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Divine Shop Extension |
ID | mcooicaephmnnieacffgaloljidmcpap |
Officiële URL | https://chromewebstore.google.com/detail/divine-shop-extension/mcooicaephmnnieacffgaloljidmcpap |
Beschrijving | Divine Shop Extension makes it easier to buy games from Steam |
Bestandsgrootte | 56.14 KB |
Aantal Installaties | 150 |
Huidige Versie | 1.0.7 |
Laatst Bijgewerkt | 2022-02-22 |
Publicatiedatum | 2020-03-31 |
Beoordeling | 4.88/5 Totaal 16 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Extensiewebsite | https://divineshop.vn/ |
Help Pagina-URL | https://divineshop.vn/ |
Ondersteunde Talen | 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" } |