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 |
| 官方網址 | 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"
]
}
]
} | |