alice gear dice

alice gear dice viewer

What is alice gear dice?

alice gear dice is a Chrome extension developed by yoro.hirasaka, and its main feature is "alice gear dice viewer".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download alice gear dice Extension CRX File

Download alice gear dice 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

                        ふたば☆ちゃんねる 二次元裏@ふたば(http://img.2chan.net/b/futaba.htm)用のダイス結果表示アドオンです。
dice○d111=、dice○d110=、dice○d66=でダイスを振った結果をスクリーンショットの変換表に従って画像で表示します。                    

Extension Basic Information

Name alice gear dice alice gear dice
ID gpjocciaghkhjdaflmnajlaepekdapak
Official URL https://chromewebstore.google.com/detail/alice-gear-dice/gpjocciaghkhjdaflmnajlaepekdapak
Description alice gear dice viewer
File Size 945 KB
Installation Count 241
Current Version 2.51
Last Updated 2024-03-02
Publish Date 2020-06-30
Rating 5.00/5 Total 2 Ratings
Developer yoro.hirasaka
Email [email protected]
Payment Type free
Privacy Policy Page URL https://yorohirasaka.github.io
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "alice gear dice",
    "short_name": "ag dice",
    "version": "2.51",
    "description": "alice gear dice viewer",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/img.2chan.net\/b\/res\/*"
            ],
            "js": [
                "dice.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.jpg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}