Neko

This is Neko, an extension that improves lewd websites

Nekoคืออะไร?

Neko เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sites.google.com/view/lewdtechnologies และคุณลักษณะหลักของมันคือ "This is Neko, an extension that improves lewd websites"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Neko

ดาวน์โหลดไฟล์ส่วนขยาย Neko ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Supported Websites:
- E621

# Redesigns / Features:
  * Search:
    - Thumbnails
    - Page Selection
    - Sidebar
    - Mode Selection
    - Blacklist
    - Appar
  * Post:
    - Sidebar
    - Tools
    - Size Menu
    - Appar
 


# Download Button
  * Posts (Direct Download)
  * Search (Lazy Download)
    - Select posts 1 by 1
    - Progress bar
    - Stoppable download queue


# Options Menu:
  * Custom Download Path
  * [Off/On] Tag Sections
  * [Off/On] Tag Grouping
  * [Off/On] Post relations / favs / comments / pending / score / ... indicators



For more info please visit our Website / Discord or tweet us @LwdTechnologies!


For bug reports, support & suggestions please visit our website,
Thank You!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Neko Neko
ID fgpdikdglohhjpeooojolikfllmmmpfn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/neko/fgpdikdglohhjpeooojolikfllmmmpfn
คำอธิบาย This is Neko, an extension that improves lewd websites
ขนาดไฟล์ 565 KB
จำนวนการติดตั้ง 245
เวอร์ชันปัจจุบัน build 1.0.1
อัปเดตครั้งล่าสุด 2020-07-06
วันที่เผยแพร่ 2020-06-30
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://sites.google.com/view/lewdtechnologies
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://sites.google.com/view/tool-e621/home
URL หน้าช่วยเหลือ https://sites.google.com/view/tool-e621/support
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Neko",
    "short_name": "Neko",
    "version": "1.1.0.1",
    "version_name": "build 1.0.1",
    "author": "LewdTechnologies",
    "description": "This is Neko, an extension that improves lewd websites",
    "homepage_url": "https:\/\/sites.google.com\/view\/neko-extension",
    "manifest_version": 2,
    "devtools_page": "dev\/dev.html",
    "web_accessible_resources": [
        "*"
    ],
    "permissions": [
        "downloads",
        "background",
        "activeTab",
        "storage",
        "tabs",
        "https:\/\/*.e621.net\/*",
        "https:\/\/e621.net\/*",
        "https:\/\/*.google.com\/*",
        "https:\/\/*.rule34.xxx\/*",
        "webNavigation"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "\ua3cd\/DOM.js",
            "\ua3cd\/Util.js",
            "\ua3cd\/File.js",
            "\ua3cd\/Atom.js",
            "\ua3cd\/Flag.js",
            "\ua3cd\/Inject.js",
            "\ua3cd\/Storage.js",
            "\ua3cd\/css\/Theme.js",
            "\ua3cd\/css\/Module.js",
            "\ua3cd\/css\/Organizer.js",
            "\ua3cd\/override\/Object.js",
            "\ua3cd\/override\/String.js",
            "\ua3cd\/override\/Array.js",
            "\ua3cd\/override\/Set.js",
            "\ua3cd\/override\/Map.js",
            "\ua3cd\/override\/HTMLElement.js",
            "\ua3cd\/override\/HTMLImageElement.js",
            "\ua57a\/Instance.js",
            "\ua57a\/Interpreter.js",
            "\ua57a\/packets\/Load.js",
            "\ua57a\/packets\/Pre.js",
            "\ua57a\/packets\/Lib.js",
            "\ua57a\/packets\/Info.js",
            "\ua57a\/packets\/Async.js",
            "\ua57a\/packets\/Sync.js",
            "\ua57a\/packets\/CSS.js",
            "\ua57a\/packets\/Var.js",
            "\ua57a\/Subscription.js",
            "\ua57a\/Chrome.js",
            "\ua57a\/\ua57a.js"
        ]
    },
    "icons": {
        "16": "resources\/icons\/neko\/16x16.png",
        "32": "resources\/icons\/neko\/32x32.png",
        "64": "resources\/icons\/neko\/64x64.png"
    }
}