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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον not jami, και η κύρια λειτουργία του είναι "This tool allows you to save your future watch progress. So you always know how far you are with which anime!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Aniworld Watch Tool

Λήψη αρχείων επέκτασης 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
Επίσημο 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"
            ]
        }
    ]
}