Ainslefy

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

Ainslefy क्या है?

Ainslefy eltorres द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces all images on all pages to Ainesley Harriot. Derived from nCage code. All images belong to respective owners."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ainslefy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

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

एक्सटेंशन की मूल जानकारी

नाम Ainslefy Ainslefy
ID icmnddchchkigidflpbndpmmjfmnlajl
आधिकारिक URL https://chromewebstore.google.com/detail/ainslefy/icmnddchchkigidflpbndpmmjfmnlajl
विवरण Replaces all images on all pages to Ainesley Harriot. Derived from nCage code. All images belong to respective owners.
फ़ाइल का आकार 71.27 KB
स्थापना संख्या 765
वर्तमान संस्करण 1.1
अंतिम अपडेट 2014-11-05
प्रकाशन तिथि 2014-11-05
रेटिंग 4.25/5 कुल 40 रेटिंग्स
डेवलपर eltorres
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
}