AnimeLab AutoSkip

Skips intro and outros automatically for non-stop viewing.

什麼是AnimeLab AutoSkip?

AnimeLab AutoSkip是由Roflmuffin開發的Chrome擴展程式,該擴展的主要功能是“Skips intro and outros automatically for non-stop viewing.”。

擴展截圖

screenshot

下載AnimeLab AutoSkip擴展crx文件

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

擴展使用說明

                        Automatically skips intro and outros on AnimeLab for non-stop viewing.                    

擴展基本資訊

名稱 AnimeLab AutoSkip AnimeLab AutoSkip
ID fkbegceenaneemgjgeekenjiajaafkja
官方網址 https://chrome.google.com/webstore/detail/animelab-autoskip/fkbegceenaneemgjgeekenjiajaafkja
簡介 Skips intro and outros automatically for non-stop viewing.
檔案大小 34.62 KB
安裝次數 156
目前版本 1.0
更新時間 2021-01-10
上架時間 2021-01-10
評分 3.50/5 共 4 次評分
開發者 Roflmuffin
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AnimeLab AutoSkip",
    "version": "1.0",
    "description": "Skips intro and outros automatically for non-stop viewing.",
    "permissions": [
        "storage",
        "declarativeContent",
        "*:\/\/*.animelab.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.animelab.com\/player*"
            ],
            "js": [
                "watch.js"
            ]
        }
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/AnimeLabAutoSkip_16.png",
            "32": "images\/AnimeLabAutoSkip_32.png",
            "48": "images\/AnimeLabAutoSkip_48.png",
            "128": "images\/AnimeLabAutoSkip_128.png"
        }
    },
    "icons": {
        "16": "images\/AnimeLabAutoSkip_16.png",
        "32": "images\/AnimeLabAutoSkip_32.png",
        "48": "images\/AnimeLabAutoSkip_48.png",
        "128": "images\/AnimeLabAutoSkip_128.png"
    },
    "manifest_version": 2
}