Aniskip

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

Qu'est-ce que Aniskip ?

Aniskip est une extension Chrome développée par aniskip, et sa fonction principale est "An extension which gives the option to skip anime opening and endings on various streaming sites".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Aniskip

Téléchargez les fichiers d'extension Aniskip au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Aniskip Aniskip
ID npfcdmjgaocepmpdnmliimijgfjbgcdd
URL Officiel https://chromewebstore.google.com/detail/aniskip/npfcdmjgaocepmpdnmliimijgfjbgcdd
Description An extension which gives the option to skip anime opening and endings on various streaming sites
Taille du Fichier 610 KB
Nombre d'Installations 1,759
Version Actuelle 1.8.10
Dernière Mise à Jour 2022-08-13
Date de Publication 2021-05-12
Évaluation 4.65/5 Total 17 Évaluations
Développeur aniskip
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/lexesjan/typescript-aniskip-extension/wiki
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}