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文件

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

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}