Divine Shop Extension
Divine Shop Extension makes it easier to buy games from Steam
Cos'è Divine Shop Extension?
Divine Shop Extension è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Divine Shop Extension makes it easier to buy games from Steam".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Divine Shop Extension
Scarica i file di estensione Divine Shop Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | mcooicaephmnnieacffgaloljidmcpap | 
| URL Ufficiale | https://chromewebstore.google.com/detail/divine-shop-extension/mcooicaephmnnieacffgaloljidmcpap | 
| Descrizione | Divine Shop Extension makes it easier to buy games from Steam | 
| Dimensione del File | 56.14 KB | 
| Conteggio Installazioni | 150 | 
| Versione Corrente | 1.0.7 | 
| Ultimo Aggiornamento | 2022-02-22 | 
| Data di Pubblicazione | 2020-03-31 | 
| Valutazione | 4.88/5 Totale 16 Valutazioni | 
| Sviluppatore | Unknown | 
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://divineshop.vn/ | 
| URL della Pagina di Aiuto | https://divineshop.vn/ | 
| Lingue Supportate | 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"
}  |  |