Ainslefy
Replaces all images on all pages to Ainesley Harriot. Derived from nCage code. All images belong to respective owners.
Ainslefy là gì?
Ainslefy là một tiện ích mở rộng Chrome được phát triển bởi eltorres, và tính năng chính của nó là "Replaces all images on all pages to Ainesley Harriot. Derived from nCage code. All images belong to respective owners.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ainslefy
Tải xuống các tệp mở rộng Ainslefy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Replaces all pictures on all webpages to Ainsley Harriot. Fork of nCage and nGabe extensions. Version 1.1 - Updated name from 'Aineslify' to 'Ainslefy'
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ainslefy |
ID | icmnddchchkigidflpbndpmmjfmnlajl |
URL Chính Thức | https://chromewebstore.google.com/detail/ainslefy/icmnddchchkigidflpbndpmmjfmnlajl |
Mô tả | Replaces all images on all pages to Ainesley Harriot. Derived from nCage code. All images belong to respective owners. |
Kích Thước Tệp | 71.27 KB |
Số Lần Cài Đặt | 765 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2014-11-05 |
Ngày Phát Hành | 2014-11-05 |
Đánh Giá | 4.25/5 Tổng số 40 Đánh Giá |
Nhà Phát Triển | eltorres |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |