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
拡張機能の基本情報
名前 | Megane |
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 |
Eメール | [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 } |