nOlegas
Chrome extension to override all images in a page by Vampeta.
nOlegasとは何ですか?
nOlegasはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension to override all images in a page by Vampeta.」です。
nOlegas拡張機能のCRXファイルをダウンロード
nOlegas拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | nioplojjajidgjglckeffihdhlebnobd |
| 公式URL | https://chromewebstore.google.com/detail/nolegas/nioplojjajidgjglckeffihdhlebnobd |
| 説明 | Chrome extension to override all images in a page by Vampeta. |
| ファイルサイズ | 728 KB |
| インストール数 | 22 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2018-08-17 |
| 公開日 | 2018-08-17 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | Unknown |
| 支払い方法 | free |
| 対応言語 | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "nOlegas",
"version": "1.1",
"manifest_version": 2,
"description": "Chrome extension to override all images in a page by Vampeta.",
"homepage_url": "https:\/\/github.com\/hbernardo\/vampetase",
"author": "Hugo Bernardo",
"short_name": "nOlegas",
"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"
]
}
]
} | |