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