nhentai Helper

A convenient way to access nHentai

什麼是nhentai Helper?

nhentai Helper是由Lizadking開發的Chrome擴展程式,該擴展的主要功能是“A convenient way to access nHentai”。

擴展截圖

screenshot
screenshot

下載nhentai Helper擴展crx文件

下載nhentai Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A convenient way to access nHentai , simply open the extension type in your numbers and search nHentai, or highlight and right click the numbers you wish to search.                    

擴展基本資訊

名稱 nhentai Helper nhentai Helper
ID haccmpfglofgoiohichfhhfgoepnkdjm
官方網址 https://chrome.google.com/webstore/detail/nhentai-helper/haccmpfglofgoiohichfhhfgoepnkdjm
簡介 A convenient way to access nHentai
檔案大小 25.71 KB
安裝次數 203
目前版本 0.1.000
更新時間 2021-08-11
上架時間 2021-08-11
評分 5.00/5 共 2 次評分
開發者 Lizadking
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/Lizadking/nHentai_Helper
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "nhentai Helper",
    "version": "0.1.000",
    "description": "A convenient way to access nHentai ",
    "permissions": [
        "tabs",
        "clipboardRead",
        "activeTab",
        "webRequest",
        "contextMenus"
    ],
    "action": {
        "default_title": "nHentai Helper",
        "default_popup": "Mainpop.html"
    },
    "background": {
        "service_worker": "eventPage.js"
    },
    "icons": {
        "128": "nh128.png",
        "48": "nh48.png",
        "16": "nh16.png"
    }
}