Sutare_Extension

古さに応じて表示を汚くする

What is Sutare_Extension?

Sutare_Extension is a Chrome extension developed by Toshiyuki Masui, and its main feature is "古さに応じて表示を汚くする".

Extension Screenshots

screenshot

Download Sutare_Extension Extension CRX File

Download Sutare_Extension 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

                        古いWebページにアクセスしたとき警告を表示します
しばらくすると警告は消えます                    

Extension Basic Information

Name Sutare_Extension Sutare_Extension
ID hbpholmodplpmlmibmdgogjoningbecm
Official URL https://chromewebstore.google.com/detail/sutareextension/hbpholmodplpmlmibmdgogjoningbecm
Description 古さに応じて表示を汚くする
File Size 53.19 KB
Installation Count 19
Current Version 0.0.4
Last Updated 2016-09-16
Publish Date 2016-09-15
Developer Toshiyuki Masui
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sutare_Extension",
    "short_name": "Sutare_Extension",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "\u53e4\u3055\u306b\u5fdc\u3058\u3066\u8868\u793a\u3092\u6c5a\u304f\u3059\u308b",
    "permissions": [
        "activeTab"
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "45.0"
        }
    },
    "page_action": {
        "default_icon": "icons\/sutare-48.png"
    },
    "icons": {
        "48": "icons\/sutare-48.png",
        "96": "icons\/sutare-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "sutare.js"
            ],
            "run_at": "document_idle"
        }
    ]
}