Ainslefy

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

Ainslefyคืออะไร?

Ainslefy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย eltorres และคุณลักษณะหลักของมันคือ "Replaces all images on all pages to Ainesley Harriot. Derived from nCage code. All images belong to respective owners."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ainslefy

ดาวน์โหลดไฟล์ส่วนขยาย Ainslefy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}