Ainslefy
Replaces all images on all pages to Ainesley Harriot. Derived from nCage code. All images belong to respective owners.
什么是Ainslefy?
Ainslefy是由eltorres开发的Chrome扩展程序,该扩展的主要功能是“Replaces all images on all pages to Ainesley Harriot. Derived from nCage code. All images belong to respective owners.”。
扩展截图
下载Ainslefy扩展crx文件
下载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 |
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" } |