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 |
官方網址 | 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 |
電子郵箱 | [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 } |