xblock

xvideos redirect for japanese anime(sazaesan)

What is xblock?

xblock is a Chrome extension developed by emono, and its main feature is "xvideos redirect for japanese anime(sazaesan)".

Extension Screenshots

screenshot

Download xblock Extension CRX File

Download xblock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        禁欲のためにxvideosを見ようとしたときに、サザエさんの公式ぺージにページ遷移します。
For abstinence, When trying to watch xvideos , the page transitions to Sazae's official page of Japanese animation.                    

Extension Basic Information

Name xblock xblock
ID llajifecehalipnfbehdcjpappgdjkpf
Official URL https://chromewebstore.google.com/detail/xblock/llajifecehalipnfbehdcjpappgdjkpf
Description xvideos redirect for japanese anime(sazaesan)
File Size 11.85 KB
Installation Count 148
Current Version 1.0.0
Last Updated 2019-06-12
Publish Date 2019-06-11
Rating 4.00/5 Total 2 Ratings
Developer emono
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}