Anitube AutoPlay
Play video in anitube.site automatically
什么是Anitube AutoPlay?
Anitube AutoPlay是由diogosapessoa开发的Chrome扩展程序,该扩展的主要功能是“Play video in anitube.site automatically”。
扩展截图
下载Anitube AutoPlay扩展crx文件
下载Anitube AutoPlay扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        When the next episode is loaded it will be played automatically                     扩展基本信息
| 名称 |   |  
| ID | leamonmkeofogponcnghhjhjbnpjmano | 
| 官方URL | https://chromewebstore.google.com/detail/anitube-autoplay/leamonmkeofogponcnghhjhjbnpjmano | 
| 简介 | Play video in anitube.site automatically | 
| 文件大小 | 14.7 KB | 
| 安装次数 | 30 | 
| 当前版本 | 1.0.0 | 
| 更新时间 | 2021-04-14 | 
| 上架时间 | 2021-04-14 | 
| 评分 | 4.00/5 共1次评分 | 
| 开发者 | diogosapessoa | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anitube AutoPlay",
    "description": "Play video in anitube.site automatically",
    "version": "1.0.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.anitube.site\/"
    ],
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}  |  |