NHentai Analytics
A chrome extension to help you find the best doujinshi based on your favorites
NHentai Analyticsとは何ですか?
NHentai Analyticsはxwilargによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension to help you find the best doujinshi based on your favorites」です。
拡張機能のスクリーンショット
NHentai Analytics拡張機能のCRXファイルをダウンロード
NHentai Analytics拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Just login to NHentai and the extension will give you a random doujinshi based on your preferences The source code is available on GitHub: https://github.com/Xwilarg/NHentaiAnalytics
拡張機能の基本情報
名前 | |
ID | noojgpoenpbagfefondnchijcelchfln |
公式URL | https://chrome.google.com/webstore/detail/nhentai-analytics/noojgpoenpbagfefondnchijcelchfln |
説明 | A chrome extension to help you find the best doujinshi based on your favorites |
ファイルサイズ | 14.28 KB |
インストール数 | 385 |
現在のバージョン | 1.2.3 |
最終更新日 | 2020-12-19 |
公開日 | 2019-12-17 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | xwilarg |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://github.com/Xwilarg/NHentaiAnalytics/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NHentai Analytics", "version": "1.2.3", "description": "A chrome extension to help you find the best doujinshi based on your favorites", "applications": { "gecko": { "id": "[email protected]" } }, "icons": { "64": "Icon.png" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "storage", "https:\/\/nhentai.net\/*", "https:\/\/i.nhentai.net\/*" ], "author": "Xwilarg", "background": { "scripts": [ "js\/background.js" ] }, "options_ui": { "page": "settings.html", "open_in_tab": true }, "manifest_version": 2 } |