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
公式URL 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
Eメール [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
}