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 |
| 官方網址 | 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
} | |