Ainslefy

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

What is Ainslefy?

Ainslefy is a Chrome extension developed by eltorres, and its main feature is "Replaces all images on all pages to Ainesley Harriot. Derived from nCage code. All images belong to respective owners.".

Extension Screenshots

screenshot
screenshot

Download Ainslefy Extension CRX File

Download Ainslefy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

Extension Basic Information

Name Ainslefy Ainslefy
ID icmnddchchkigidflpbndpmmjfmnlajl
Official URL https://chromewebstore.google.com/detail/ainslefy/icmnddchchkigidflpbndpmmjfmnlajl
Description Replaces all images on all pages to Ainesley Harriot. Derived from nCage code. All images belong to respective owners.
File Size 71.27 KB
Installation Count 765
Current Version 1.1
Last Updated 2014-11-05
Publish Date 2014-11-05
Rating 4.25/5 Total 40 Ratings
Developer eltorres
Payment Type free
Supported Languages 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"
}