xblock
xvideos redirect for japanese anime(sazaesan)
什么是xblock?
xblock是由emono开发的Chrome扩展程序,该扩展的主要功能是“xvideos redirect for japanese anime(sazaesan)”。
扩展截图
下载xblock扩展crx文件
下载xblock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
禁欲のためにxvideosを見ようとしたときに、サザエさんの公式ぺージにページ遷移します。
For abstinence, When trying to watch xvideos , the page transitions to Sazae's official page of Japanese animation. 扩展基本信息
| 名称 | |
| ID | llajifecehalipnfbehdcjpappgdjkpf |
| 官方URL | https://chromewebstore.google.com/detail/xblock/llajifecehalipnfbehdcjpappgdjkpf |
| 简介 | xvideos redirect for japanese anime(sazaesan) |
| 文件大小 | 11.85 KB |
| 安装次数 | 148 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2019-06-12 |
| 上架时间 | 2019-06-11 |
| 评分 | 4.00/5 共2次评分 |
| 开发者 | emono |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "xblock",
"short_name": "xblock",
"version": "1.0.0",
"description": "xvideos redirect for japanese anime(sazaesan)",
"icons": {
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.xvideos.com\/*"
],
"js": [
"main.js"
]
}
]
} | |