Ainslefy

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

Co to jest Ainslefy?

Ainslefy to rozszerzenie Chrome opracowane przez eltorres, a jego główną funkcją jest „Replaces all images on all pages to Ainesley Harriot. Derived from nCage code. All images belong to respective owners.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Ainslefy

Pobierz pliki rozszerzeń Ainslefy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

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

Podstawowe informacje o rozszerzeniu

Nazwa Ainslefy Ainslefy
ID icmnddchchkigidflpbndpmmjfmnlajl
Oficjalny URL https://chromewebstore.google.com/detail/ainslefy/icmnddchchkigidflpbndpmmjfmnlajl
Opis Replaces all images on all pages to Ainesley Harriot. Derived from nCage code. All images belong to respective owners.
Rozmiar pliku 71.27 KB
Liczba instalacji 765
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2014-11-05
Data Publikacji 2014-11-05
Ocena 4.25/5 Łącznie 40 Oceny
Deweloper eltorres
Typ Płatności free
Obsługiwane Języki 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"
}