nani Unblocker

Allows nani.ninja to play video content

What is nani Unblocker?

nani Unblocker is a Chrome extension developed by nani.ninja, and its main feature is "Allows nani.ninja to play video content".

Extension Screenshots

screenshot

Download nani Unblocker Extension CRX File

Download nani Unblocker 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

                        Allows nani.ninja to play all video content by disabling the CORS headers present on the videos                    

Extension Basic Information

Name nani Unblocker nani Unblocker
ID fobhoebpfajnjmddmeejomondklfmpjp
Official URL https://chromewebstore.google.com/detail/nani-unblocker/fobhoebpfajnjmddmeejomondklfmpjp
Description Allows nani.ninja to play video content
File Size 3.39 KB
Installation Count 32
Current Version 1.0.0
Last Updated 2020-09-24
Publish Date 2020-09-23
Developer nani.ninja
Email [email protected]
Payment Type free
Extension Website https://nani.ninja
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "nani Unblocker",
    "description": "Allows nani.ninja to play video content",
    "version": "1.0.0",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/nani.ninja\/*",
        "https:\/\/pl.crunchyroll.com\/*",
        "https:\/\/*.vrv.co\/*",
        "https:\/\/*.dlvr1.net\/*",
        "https:\/\/a-vrv.akamaized.net\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}