Aniskip

An extension which gives the option to skip anime opening and endings on various streaming sites

Cos'è Aniskip?

Aniskip è un'estensione di Chrome sviluppata da aniskip, e la sua funzione principale è "An extension which gives the option to skip anime opening and endings on various streaming sites".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Aniskip

Scarica i file di estensione Aniskip in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        An extension which gives the option to skip anime intros, openings and endings on various streaming sites

Skip anime openings and endings on supported sites. Makes binge watching easier with the auto skip feature.

Aniskip has support websites such as Crunchyroll, 9Anime, GOGOAnime and many more.

Aniskip allows you to skip over anime openings and endings by adding a skip opening / ending button. The extension also auto skips if specified by the user. The skip times are crowdsourced and once someone submits a skip time, it will be available for everyone else who has the extension.

Permissions:
• Access your data for the supported websites and the players they support
• Storage access to store user settings and caching for speedups
• Authentication Information is a random user id created on install. It is used to prevent malicious use of the extension

Source code can be found here: https://github.com/lexesjan/typescript-aniskip-extension. 

Wiki can be found here: https://github.com/lexesjan/typescript-aniskip-extension/wiki.

Discord can be found here: https://discord.gg/UqT55CbrbE.                    

Informazioni di Base sull'Estensione

Nome Aniskip Aniskip
ID npfcdmjgaocepmpdnmliimijgfjbgcdd
URL Ufficiale https://chromewebstore.google.com/detail/aniskip/npfcdmjgaocepmpdnmliimijgfjbgcdd
Descrizione An extension which gives the option to skip anime opening and endings on various streaming sites
Dimensione del File 610 KB
Conteggio Installazioni 1,759
Versione Corrente 1.8.10
Ultimo Aggiornamento 2022-08-13
Data di Pubblicazione 2021-05-12
Valutazione 4.65/5 Totale 17 Valutazioni
Sviluppatore aniskip
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/lexesjan/typescript-aniskip-extension/wiki
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aniskip",
    "version": "1.8.10",
    "description": "An extension which gives the option to skip anime opening and endings on various streaming sites",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/animego.org\/*",
                "*:\/\/animepahe.com\/play\/*\/*",
                "*:\/\/animepahe.org\/play\/*\/*",
                "*:\/\/animepahe.ru\/play\/*\/*",
                "*:\/\/animixplay.to\/v*\/*",
                "*:\/\/www.crunchyroll.com\/*",
                "*:\/\/beta.crunchyroll.com\/*",
                "*:\/\/*.gogoanime.ai\/*",
                "*:\/\/*.gogoanime.cm\/*",
                "*:\/\/*.gogoanime.pe\/*",
                "*:\/\/*.gogoanime.sh\/*",
                "*:\/\/gogoanime.fi\/*",
                "*:\/\/gogoanime.gg\/*",
                "*:\/\/gogoanime.lu\/*",
                "*:\/\/gogoanime.sh\/*",
                "*:\/\/gogoanime.sk\/*",
                "*:\/\/gogoanime.so\/*",
                "*:\/\/gogoanime.wiki\/*",
                "*:\/\/neko-sama.fr\/anime\/episode\/*",
                "*:\/\/neko-sama.io\/anime\/episode\/*",
                "*:\/\/*.9anime.id\/*",
                "*:\/\/*.9anime.to\/*",
                "*:\/\/9anime.app\/*",
                "*:\/\/9anime.at\/*",
                "*:\/\/9anime.center\/*",
                "*:\/\/9anime.club\/*",
                "*:\/\/9anime.id\/*",
                "*:\/\/9anime.life\/*",
                "*:\/\/9anime.live\/*",
                "*:\/\/9anime.love\/*",
                "*:\/\/9anime.one\/*",
                "*:\/\/9anime.page\/*",
                "*:\/\/9anime.pl\/*",
                "*:\/\/9anime.pw\/*",
                "*:\/\/9anime.to\/*",
                "*:\/\/9anime.video\/*",
                "*:\/\/twist.moe\/*",
                "*:\/\/zoro.to\/watch\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/static.crunchyroll.com\/*",
                "*:\/\/kodik.info\/*",
                "*:\/\/*.pstream.net\/e\/*",
                "*:\/\/*.streamhd.cc\/*",
                "*:\/\/cloud9.to\/*",
                "*:\/\/fcdn.stream\/*",
                "*:\/\/fembed-hd.com\/*",
                "*:\/\/filemoon.sx\/e\/*",
                "*:\/\/gogo-play.net\/*",
                "*:\/\/gogo-play.tv\/*",
                "*:\/\/gogoplay.io\/*",
                "*:\/\/gogoplay1.com\/*",
                "*:\/\/gogoplay4.com\/*",
                "*:\/\/gogoplay5.com\/*",
                "*:\/\/goload.io\/*",
                "*:\/\/goload.pro\/*",
                "*:\/\/kimanime.ru\/AnimeIframe\/*",
                "*:\/\/mcloud.to\/*",
                "*:\/\/mcloud2.to\/*",
                "*:\/\/mzcloud.life\/*",
                "*:\/\/rapid-cloud.co\/*",
                "*:\/\/rapid-cloud.ru\/*",
                "*:\/\/sbembed.com\/*",
                "*:\/\/sbplay.org\/*",
                "*:\/\/sbplay2.com\/*",
                "*:\/\/sbplay2.xyz\/*",
                "*:\/\/sbvideo.net\/*",
                "*:\/\/ssbstream.net\/*",
                "*:\/\/streamani.net\/*",
                "*:\/\/streamsb.net\/*",
                "*:\/\/videovard.sx\/*",
                "*:\/\/videovard.to\/*",
                "*:\/\/vidstream.pro\/*",
                "*:\/\/vidstreamingcdn.com\/*",
                "*:\/\/vidstreamz.online\/*",
                "*:\/\/vizcloud.cloud\/*",
                "*:\/\/vizcloud.digital\/*",
                "*:\/\/vizcloud.site\/*",
                "*:\/\/vizcloud.xyz\/*",
                "*:\/\/vizcloud2.online\/*",
                "*:\/\/watchsb.com\/*",
                "*:\/\/*.vvid.cc\/*",
                "*:\/\/adblockstreamtape.site\/*",
                "*:\/\/akane-shinjou.github.io\/*",
                "*:\/\/akaneshinjou.github.io\/play\/*",
                "*:\/\/animixplay.to\/api\/*",
                "*:\/\/animixplay.to\/player.html*",
                "*:\/\/animixplay.to\/v*\/*",
                "*:\/\/aniwatch.me\/*",
                "*:\/\/jzscuqezoqkcpvy.win\/*",
                "*:\/\/kwik.cx\/e\/*",
                "*:\/\/plyr.link\/*",
                "*:\/\/scloud.online\/*",
                "*:\/\/stape.fun\/*",
                "*:\/\/storage.googleapis.com\/*",
                "*:\/\/streamta.site\/*",
                "*:\/\/streamtape.com\/*",
                "*:\/\/twist.moe\/*",
                "*:\/\/4anime.to\/*",
                "*:\/\/aniboom.one\/*",
                "*:\/\/dood.la\/*",
                "*:\/\/dood.to\/*",
                "*:\/\/dood.ws\/*",
                "*:\/\/mixdrop.co\/e\/*",
                "*:\/\/mp4.sh\/*",
                "*:\/\/www.mp4upload.com\/*",
                "*:\/\/www6.mp4upload.com\/*"
            ],
            "js": [
                "player-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "background-script.js"
    },
    "action": {
        "default_popup": "popup.html",
        "chrome_style": false
    },
    "host_permissions": [
        "*:\/\/api.aniskip.com\/*",
        "*:\/\/api.malsync.moe\/*",
        "*:\/\/graphql.anilist.co\/*",
        "*:\/\/beta-api.crunchyroll.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "window-proxy-script.js"
            ],
            "matches": [
                "https:\/\/beta.crunchyroll.com\/*"
            ]
        }
    ]
}