Megane
Removes blur and other kinds of censorship on hentai-chan and nude-moon
什么是Megane?
Megane是由ObiArt开发的Chrome扩展程序,该扩展的主要功能是“Removes blur and other kinds of censorship on hentai-chan and nude-moon”。
扩展截图
下载Megane扩展crx文件
下载Megane扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Removes blur and other kinds of censorship on hentai-chan and nude-moon 扩展基本信息
| 名称 | |
| ID | lfoakkpbifjfmbblemcehgmofmjffifd |
| 官方URL | https://chrome.google.com/webstore/detail/megane/lfoakkpbifjfmbblemcehgmofmjffifd |
| 简介 | Removes blur and other kinds of censorship on hentai-chan and nude-moon |
| 文件大小 | 49 KB |
| 安装次数 | 1,000 |
| 当前版本 | 1.3.0 |
| 更新时间 | 2021-10-13 |
| 上架时间 | 2020-06-23 |
| 评分 | 5.00/5 共6次评分 |
| 开发者 | ObiArt |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/ObiArt/megane |
| 隐私政策页面URL | https://raw.githubusercontent.com/ObiArt/megane/master/privacy_policy.txt |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Megane",
"description": "Removes blur and other kinds of censorship on hentai-chan and nude-moon",
"version": "1.3.0",
"permissions": [
"storage",
"activeTab",
"https:\/\/*\/*"
],
"browser_action": {
"default_title": "Megane",
"default_popup": "popup\/index.html",
"default_icon": "icons\/icon_48.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*"
],
"js": [
"general.js"
],
"run_at": "document_end"
}
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "icons\/icon_16.png",
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"manifest_version": 2
} | |