GInterpals

interpals.net redesign by Gnoompa.

Cos'è GInterpals?

GInterpals è un'estensione di Chrome sviluppata da gnoompa, e la sua funzione principale è "interpals.net redesign by Gnoompa.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione GInterpals

Scarica i file di estensione GInterpals 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

                        Light and simple interpalce.net redesign. All functional remains the same, it's just styles changes. If you have any suggestions - I'm open to everyone! 

(IT DOES NOT CHANGE PHOTOS AND NICKNAMES. JUST FOR PREVIEW)                    

Informazioni di Base sull'Estensione

Nome GInterpals GInterpals
ID gnmbfdgphcgpdeiengknbjlocegpokjk
URL Ufficiale https://chromewebstore.google.com/detail/ginterpals/gnmbfdgphcgpdeiengknbjlocegpokjk
Descrizione interpals.net redesign by Gnoompa.
Dimensione del File 48.91 KB
Conteggio Installazioni 10
Versione Corrente 1.4
Ultimo Aggiornamento 2016-02-10
Data di Pubblicazione 2016-02-10
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore gnoompa
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GInterpals",
    "description": "interpals.net redesign by Gnoompa.",
    "version": "1.4",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.interpals.net\/*",
                "https:\/\/www.interpals.net\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "gnoom.css",
        "imgs\/arrow.png"
    ]
}