Steam Dota2 Linkmaker

Steam - Text to links for items

Cos'è Steam Dota2 Linkmaker?

Steam Dota2 Linkmaker è un'estensione di Chrome sviluppata da Alex Kheben, e la sua funzione principale è "Steam - Text to links for items".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Steam Dota2 Linkmaker

Scarica i file di estensione Steam Dota2 Linkmaker 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

                                            

Informazioni di Base sull'Estensione

Nome Steam Dota2 Linkmaker Steam Dota2 Linkmaker
ID obcdkleobkanaljdmgcnklgfmgimenjj
URL Ufficiale https://chrome.google.com/webstore/detail/steam-dota2-linkmaker/obcdkleobkanaljdmgcnklgfmgimenjj
Descrizione Steam - Text to links for items
Dimensione del File 29.09 KB
Conteggio Installazioni 31
Versione Corrente 0.0.15
Ultimo Aggiornamento 2015-09-20
Data di Pubblicazione 2015-09-20
Sviluppatore Alex Kheben
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/zbitname/steam-dota2-linkmaker
Lingue Supportate en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steam Dota2 Linkmaker",
    "version": "0.0.15",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "http:\/\/steamcommunity.com\/market\/listings\/570\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/steamcommunity.com\/market\/listings\/570\/*"
            ],
            "js": [
                "scripts\/main.js"
            ]
        }
    ]
}