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 |
官方網址 | 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" } |