Aniworld Watch Tool

This tool allows you to save your future watch progress. So you always know how far you are with which anime!

Aniworld Watch Tool란 무엇입니까?

Aniworld Watch Tool은(는) not jami에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This tool allows you to save your future watch progress. So you always know how far you are with which anime!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Aniworld Watch Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This tool allows you to save your future watch progress automatically. So you always know how far you are with which anime! This Chrome Extension also blocks all advertising in the video player and has an autoplay function. Moreover, you have the option to skip to the next episode or play the previous one using the video player controls.                    

확장 프로그램 기본 정보

이름 Aniworld Watch Tool Aniworld Watch Tool
ID impijdijbdlcohhipigbbcfjhhlajmgl
공식 URL https://chromewebstore.google.com/detail/aniworld-watch-tool/impijdijbdlcohhipigbbcfjhhlajmgl
설명 This tool allows you to save your future watch progress. So you always know how far you are with which anime!
파일 크기 38.76 KB
설치 횟수 31
현재 버전 2.4
최근 업데이트 2024-01-27
출시 날짜 2023-12-02
평점 5.00/5 총 2 개의 평점
개발자 not jami
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.bameninghong.com/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Aniworld Watch Tool",
    "version": "2.4",
    "description": "This tool allows you to save your future watch progress. So you always know how far you are with which anime!",
    "options_page": "popup\/options.html",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "videoplayer\/videoplayer.html",
                "videoplayer\/videoplayer.js",
                "videoplayer\/animeSaving.js",
                "videoplayer\/slider.css",
                "scripts\/content.js",
                "styles\/markWatchedAnime.css",
                "error\/error.html",
                "error\/error.js",
                "https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/4.7.0\/css\/font-awesome.min.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/aniworld.to\/anime\/stream\/*\/staffel-*",
                "*:\/\/aniworld.to\/anime\/stream\/*"
            ],
            "css": [
                "styles\/markWatchedAnime.css"
            ],
            "js": [
                "scripts\/markWatchedAnime.js"
            ]
        },
        {
            "matches": [
                "*:\/\/aniworld.to\/anime\/stream\/*\/staffel-*\/episode-*"
            ],
            "js": [
                "scripts\/content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/tapenoads.com\/e\/*",
                "*:\/\/streamtape.com\/e\/*",
                "*:\/\/tapeantiads.com\/e\/*",
                "*:\/\/streamadblocker.cc\/e\/*",
                "*:\/\/noblocktape.com\/e\/*",
                "*:\/\/tapeadsenjoyer.com\/e\/*"
            ],
            "js": [
                "scripts\/hoster\/streamtape.js"
            ]
        },
        {
            "matches": [
                "*:\/\/vidoza.net\/embed-*"
            ],
            "js": [
                "scripts\/hoster\/vidoza.js"
            ]
        }
    ]
}