Show info Freelancer.com

This extension was created by MSDevs, Re-code by dtduc, to fix and improve Freelancer.com

Cos'è Show info Freelancer.com?

Show info Freelancer.com è un'estensione di Chrome sviluppata da dtduc, e la sua funzione principale è "This extension was created by MSDevs, Re-code by dtduc, to fix and improve Freelancer.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Show info Freelancer.com

Scarica i file di estensione Show info Freelancer.com 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

                        Show short information of the project owner                    

Informazioni di Base sull'Estensione

Nome Show info Freelancer.com Show info Freelancer.com
ID cghgoboenkmknbmcfcojpmgepdkkafgc
URL Ufficiale https://chromewebstore.google.com/detail/show-info-freelancercom/cghgoboenkmknbmcfcojpmgepdkkafgc
Descrizione This extension was created by MSDevs, Re-code by dtduc, to fix and improve Freelancer.com
Dimensione del File 16.03 KB
Conteggio Installazioni 152
Versione Corrente 0.1.2
Ultimo Aggiornamento 2019-07-14
Data di Pubblicazione 2019-07-14
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore dtduc
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "src\/inject\/inject.min.js"
            ],
            "css": [
                "css\/styles.css"
            ],
            "matches": [
                "https:\/\/*.freelancer.com\/projects\/*"
            ]
        }
    ],
    "description": "This extension was created by MSDevs, Re-code by dtduc, to fix and improve Freelancer.com",
    "homepage_url": "http:\/\/www.dtduc.info",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Show info Freelancer.com",
    "permissions": [
        "https:\/\/*.freelancer.com\/projects\/*"
    ],
    "version": "0.1.2",
    "web_accessible_resources": [
        "js\/fixbugs.min.js"
    ]
}