Anime Addon (Vivo,burningseries(bs.to)bypass)
It bypass Vivo, burningseries and has some linked streaming sites
什么是Anime Addon (Vivo,burningseries(bs.to)bypass)?
Anime Addon (Vivo,burningseries(bs.to)bypass)是由animeaddon开发的Chrome扩展程序,该扩展的主要功能是“It bypass Vivo, burningseries and has some linked streaming sites”。
扩展截图
下载Anime Addon (Vivo,burningseries(bs.to)bypass)扩展crx文件
下载Anime Addon (Vivo,burningseries(bs.to)bypass)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Anime Addon is a Extension that makes it easier to watch your series on Burningseries and Vivo you can download the anime on vivo too. It has some linked websites were you can watch your series for free.
扩展基本信息
名称 | Anime Addon (Vivo,burningseries(bs.to)bypass) |
ID | dlmhikiapdlehjajgcidhofdopfkckik |
官方URL | https://chromewebstore.google.com/detail/anime-addon-vivoburningse/dlmhikiapdlehjajgcidhofdopfkckik |
简介 | It bypass Vivo, burningseries and has some linked streaming sites |
文件大小 | 2.12 MB |
安装次数 | 81 |
当前版本 | 2.0.0 |
更新时间 | 2021-05-01 |
上架时间 | 2021-03-16 |
评分 | 5.00/5 共2次评分 |
开发者 | animeaddon |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://www.instagram.com/anime_addon/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anime Addon (Vivo,burningseries(bs.to)bypass)", "description": "It bypass Vivo, burningseries and has some linked streaming sites", "version": "2.0.0", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/burningseries.co\/*", "https:\/\/bs.to\/*", "https:\/\/vivo.st\/*", "https:\/\/vivo.sx\/*" ], "js": [ "vivo bs.to ad blocker.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "Animestream" } } |