Divine Shop Extension
Divine Shop Extension makes it easier to buy games from Steam
Vad är Divine Shop Extension?
Divine Shop Extension är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Divine Shop Extension makes it easier to buy games from Steam".
Tilläggsskärmbilder
Ladda ner Divine Shop Extension-förlängningens CRX-fil
Ladda ner Divine Shop Extension-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
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äggande Information om Tillägg
Namn | Divine Shop Extension |
ID | mcooicaephmnnieacffgaloljidmcpap |
Officiell webbadress | https://chromewebstore.google.com/detail/divine-shop-extension/mcooicaephmnnieacffgaloljidmcpap |
Beskrivning | Divine Shop Extension makes it easier to buy games from Steam |
Filstorlek | 56.14 KB |
Antal Installationer | 150 |
Aktuell Version | 1.0.7 |
Senast Uppdaterad | 2022-02-22 |
Publiceringsdatum | 2020-03-31 |
Betyg | 4.88/5 Totalt 16 Betyg |
Utvecklare | Unknown |
Betalningssätt | free |
Tilläggswebbplats | https://divineshop.vn/ |
Hjälpsida URL | https://divineshop.vn/ |
Stödda Språk | 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" } |