Ainslefy

Replaces all images on all pages to Ainesley Harriot. Derived from nCage code. All images belong to respective owners.

Cos'è Ainslefy?

Ainslefy è un'estensione di Chrome sviluppata da eltorres, e la sua funzione principale è "Replaces all images on all pages to Ainesley Harriot. Derived from nCage code. All images belong to respective owners.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Ainslefy

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

                        Replaces all pictures on all webpages to Ainsley Harriot. Fork of nCage and nGabe extensions.

Version 1.1 - Updated name from 'Aineslify' to 'Ainslefy'                    

Informazioni di Base sull'Estensione

Nome Ainslefy Ainslefy
ID icmnddchchkigidflpbndpmmjfmnlajl
URL Ufficiale https://chromewebstore.google.com/detail/ainslefy/icmnddchchkigidflpbndpmmjfmnlajl
Descrizione Replaces all images on all pages to Ainesley Harriot. Derived from nCage code. All images belong to respective owners.
Dimensione del File 71.27 KB
Conteggio Installazioni 765
Versione Corrente 1.1
Ultimo Aggiornamento 2014-11-05
Data di Pubblicazione 2014-11-05
Valutazione 4.25/5 Totale 40 Valutazioni
Sviluppatore eltorres
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "jquery-1.8.0.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Replaces all images on all pages to Ainesley Harriot. Derived from nCage code. All images belong to respective owners.",
    "icons": {
        "128": "logo.ico",
        "48": "logo2.ico",
        "16": "logo3.ico"
    },
    "manifest_version": 2,
    "name": "Ainslefy",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}