Essentials for KissAnime

Adds various options to enhance the user experience.

Essentials for KissAnime란 무엇입니까?

Essentials for KissAnime은(는) pilar6195에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds various options to enhance the user experience."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Essentials for KissAnime 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Adds the ability to toggle on/off certain elements on KissAnime and also adds a few new features.

NOTE: This extension is NOT 100% compatible with any extensions/userscripts/userstyles that modify the site's styling.

Changelog:
https://ke.pilar.moe/changelog

Frequently Asked Questions:
https://ke.pilar.moe/FAQ

Features:
• Option to toggle on/off the following:
- Social Media Buttons
- Comment Sections
- Banner (appears at the top of the homepage)
- Player Switcher/Quality Selector
- Lights Off switch
- Bookmark Manager (appears below the video)
...and a few other elements.

• Features Added:
- Adds a Currently Airing List to the homepage.
- Adds a Pinned Box to the homepage where you can pin any Anime to the homepage.
- Option to change the Header logo to one of the included logos.
- Option to make the Header slimmer.
- Option to add a Playback Rate slider to the HTML5 Player.
- One-click MyAnimeList Search.
- One-click Reddit Discussion Search.
- Keyboard Shortcuts for Video
- Pause video on Tab switch.
- Autoplay to next episode if available.
- Force highest quality playback.
- Option to enable an alternate recently updated/added anime list.
- Option to move all currently airing shows to the top of your bookmarks.
... and more.

User Privacy Policy: https://ke.pilar.moe/privacy                    

확장 프로그램 기본 정보

이름 Essentials for KissAnime Essentials for KissAnime
ID jaicfjhjlblbkhejmkfimkafjchdnafm
공식 URL https://chromewebstore.google.com/detail/essentials-for-kissanime/jaicfjhjlblbkhejmkfimkafjchdnafm
설명 Adds various options to enhance the user experience.
파일 크기 1.57 MB
설치 횟수 10,000
현재 버전 3.5
최근 업데이트 2020-05-18
출시 날짜 2020-05-17
평점 4.53/5 총 615 개의 평점
개발자 pilar6195
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ke.pilar.moe
개인정보 보호 정책 페이지 URL https://pilar.moe/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Essentials for KissAnime",
    "description": "Adds various options to enhance the user experience.",
    "minimum_chrome_version": "60.0.3112",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "57.0"
        }
    },
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "*:\/\/*.kissanime.ru\/*",
        "*:\/\/*.novelplanet.me\/*",
        "*:\/\/*.mp4upload.com\/*",
        "https:\/\/ke.pilar.moe\/graphql",
        "alarms",
        "notifications",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "webNavigation"
    ],
    "optional_permissions": [
        "https:\/\/graphql.anilist.co\/",
        "https:\/\/kitsu.io\/api\/*",
        "https:\/\/api.jikan.moe\/*"
    ],
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "scripts": [
            "libs\/webextension-polyfill\/browser-polyfill.min.js",
            "libs\/jquery\/jquery.min.js",
            "libs\/lz-string\/lz-string.min.js",
            "libs\/leven\/leven.js",
            "config.js",
            "migrate.js",
            "js\/helpers.js",
            "js\/background\/storage.js",
            "js\/background\/notifications.js",
            "js\/background\/onInstalled.js",
            "js\/background\/alarms.js",
            "js\/background\/messagePassing.js",
            "js\/background\/webRequest.js",
            "js\/background\/webNavigation.js",
            "js\/background\/integrations\/knownMatches.js",
            "js\/background\/integrations\/anilist.js",
            "js\/background\/integrations\/kitsu.js",
            "js\/background\/integrations\/myanimelist.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.kissanime.ru\/*"
            ],
            "js": [
                "libs\/webextension-polyfill\/browser-polyfill.min.js",
                "libs\/jquery\/jquery.min.js",
                "libs\/lz-string\/lz-string.min.js",
                "libs\/izitoast\/iziToast.min.js",
                "libs\/dompurify\/purify.min.js",
                "libs\/vue\/vue.min.js",
                "config.js",
                "js\/helpers.js",
                "js\/cloudflare.js",
                "js\/global.js"
            ],
            "css": [
                "assets\/fonts\/FontAwesome\/font.css",
                "libs\/izitoast\/iziToast.min.css",
                "css\/colors.css",
                "css\/scrollbars.css",
                "css\/global.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.kissanime.ru\/"
            ],
            "js": [
                "libs\/sortablejs\/Sortable.min.js",
                "libs\/sortablejs\/Sortable.fix.js",
                "libs\/vuedraggable\/vuedraggable.umd.min.js",
                "js\/home.js"
            ],
            "css": [
                "css\/home.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.kissanime.ru\/Login",
                "*:\/\/*.kissanime.ru\/Register"
            ],
            "js": [
                "js\/loginNotice.js"
            ],
            "css": [
                "css\/loginNotice.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.kissanime.ru\/Anime\/*"
            ],
            "js": [
                "js\/animeLists.js",
                "js\/anime.js"
            ],
            "css": [
                "css\/anime.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.kissanime.ru\/Anime\/*\/*"
            ],
            "js": [
                "libs\/hls-js\/hls.min.js",
                "libs\/plyr\/plyr.min.js",
                "libs\/mousetrap\/mousetrap.min.js",
                "libs\/mousetrap\/mousetrap-pause.min.js",
                "libs\/mousetrap\/mousetrap-record.js",
                "libs\/inputmask\/jquery.inputmask.min.js",
                "js\/watch.js"
            ],
            "css": [
                "libs\/plyr\/plyr.css",
                "css\/watch.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.kissanime.ru\/BookmarkList",
                "*:\/\/*.kissanime.ru\/MyList\/*"
            ],
            "js": [
                "js\/bookmarks.js"
            ],
            "css": [
                "css\/bookmarks.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.mp4upload.com\/embed-*"
            ],
            "js": [
                "js\/helpers.js",
                "js\/hosts\/mp4upload.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "version": "2020.5.17.0",
    "version_name": "3.5"
}