熱盛click

ブラウザ内をクリックすると20回に1回「熱盛イツ!!!」が出るchrome拡張。

What is 熱盛click?

熱盛click is a Chrome extension developed by r-yanyo, and its main feature is "ブラウザ内をクリックすると20回に1回「熱盛イツ!!!」が出るchrome拡張。".

Extension Screenshots

screenshot

Download 熱盛click Extension CRX File

Download 熱盛click 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

                        ブラウザ内をクリックすると20回に1回「熱盛イツ!!!」が出るchrome拡張

アイコンをクリックするとoffに出来ます。オプションで頻度を変えられます。                    

Extension Basic Information

Name 熱盛click 熱盛click
ID gpdnafijpkakjpgnkeleinjlbfbafhkd
Official URL https://chromewebstore.google.com/detail/%E7%86%B1%E7%9B%9Bclick/gpdnafijpkakjpgnkeleinjlbfbafhkd
Description ブラウザ内をクリックすると20回に1回「熱盛イツ!!!」が出るchrome拡張。
File Size 867 KB
Installation Count 22
Current Version 1.1
Last Updated 2017-09-10
Publish Date 2017-09-09
Rating 4.00/5 Total 1 Ratings
Developer r-yanyo
Payment Type free
Extension Website https://github.com/r-yanyo/atsumori-click
Help Page URL https://github.com/r-yanyo/atsumori-click
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u71b1\u76dbclick",
    "description": "\u30d6\u30e9\u30a6\u30b6\u5185\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u306820\u56de\u306b1\u56de\u300c\u71b1\u76db\uff72\uff82!!!\u300d\u304c\u51fa\u308bchrome\u62e1\u5f35\u3002",
    "version": "1.1",
    "permissions": [
        "tabs",
        "",
        "management",
        "storage"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "files\/atsumori.png"
    },
    "icons": {
        "32": "files\/off.png",
        "128": "files\/atsumori128.png"
    },
    "web_accessible_resources": [
        "files\/atsumori.gif"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persisttent": false
    }
}