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