Neko

This is Neko, an extension that improves lewd websites

Neko란 무엇입니까?

Neko은(는) https://sites.google.com/view/lewdtechnologies에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is Neko, an extension that improves lewd websites"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Neko 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}