動画コンテナモザイク除去装置

created by 9ketsuki.info

What is 動画コンテナモザイク除去装置?

動画コンテナモザイク除去装置 is a Chrome extension developed by https://9ketsuki.info, and its main feature is "created by 9ketsuki.info".

Extension Screenshots

screenshot

Download 動画コンテナモザイク除去装置 Extension CRX File

Download 動画コンテナモザイク除去装置 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

                        動画コンテナ(https://movie-container.com/)のモザイク(blur)処理を外し、サムネイルを見やすくします。                    

Extension Basic Information

Name 動画コンテナモザイク除去装置 動画コンテナモザイク除去装置
ID ajmdpalohahleabgknfognadhedcjjil
Official URL https://chrome.google.com/webstore/detail/%E5%8B%95%E7%94%BB%E3%82%B3%E3%83%B3%E3%83%86%E3%83%8A%E3%83%A2%E3%82%B6%E3%82%A4%E3%82%AF%E9%99%A4%E5%8E%BB%E8%A3%85%E7%BD%AE/ajmdpalohahleabgknfognadhedcjjil
Description created by 9ketsuki.info
File Size 34.76 KB
Installation Count 271
Current Version 1.1
Last Updated 2019-09-12
Publish Date 2019-09-12
Developer https://9ketsuki.info
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u52d5\u753b\u30b3\u30f3\u30c6\u30ca\u30e2\u30b6\u30a4\u30af\u9664\u53bb\u88c5\u7f6e",
    "description": "created by 9ketsuki.info",
    "version": "1.1",
    "homepage_url": "http:\/\/9ketsuki.info\/",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/movie-container.com\/download\/*"
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ]
        }
    ]
}