Ainslefy

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

Apa itu Ainslefy?

Ainslefy adalah ekstensi Chrome yang dikembangkan oleh eltorres, dan fitur utamanya adalah "Replaces all images on all pages to Ainesley Harriot. Derived from nCage code. All images belong to respective owners.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Ainslefy

Unduh file ekstensi Ainslefy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

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

Informasi Dasar Ekstensi

Nama Ainslefy Ainslefy
ID icmnddchchkigidflpbndpmmjfmnlajl
URL Resmi https://chromewebstore.google.com/detail/ainslefy/icmnddchchkigidflpbndpmmjfmnlajl
Deskripsi Replaces all images on all pages to Ainesley Harriot. Derived from nCage code. All images belong to respective owners.
Ukuran File 71.27 KB
Jumlah Instalasi 765
Versi Saat Ini 1.1
Terakhir Diperbarui 2014-11-05
Tanggal Publikasi 2014-11-05
Penilaian 4.25/5 Total 40 Penilaian
Pengembang eltorres
Tipe Pembayaran free
Bahasa yang Didukung 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"
}