NicolasCage
Chrome extension to override all images in a page by Nicolas Cage.
NicolasCageとは何ですか?
NicolasCageはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension to override all images in a page by Nicolas Cage.」です。
拡張機能のスクリーンショット
NicolasCage拡張機能のCRXファイルをダウンロード
NicolasCage拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replace all the images by Cage pictures 拡張機能の基本情報
| 名前 | |
| ID | klhpehdhdohjpnammbkecooemnklnino |
| 公式URL | https://chromewebstore.google.com/detail/nicolascage/klhpehdhdohjpnammbkecooemnklnino |
| 説明 | Chrome extension to override all images in a page by Nicolas Cage. |
| ファイルサイズ | 2.16 MB |
| インストール数 | 575 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2019-03-15 |
| 公開日 | 2019-03-15 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Unknown |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "NicolasCage",
"version": "1.0",
"manifest_version": 2,
"description": "Chrome extension to override all images in a page by Nicolas Cage.",
"homepage_url": "https:\/\/github.com\/famoraes\/vampetase",
"author": "Fabiano Moraes",
"short_name": "Vampetase",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"scripts": [
"src\/bg\/background.js"
],
"persistent": true
},
"page_action": {
"default_icon": "icons\/icon19.png"
},
"permissions": [
"contentSettings"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/jquery\/jquery.min.js",
"src\/inject\/vampetase.js"
]
}
]
} | |