Dinyi Now

為了丁亦

What is Dinyi Now?

Dinyi Now is a Chrome extension developed by Bunkaliu, and its main feature is "為了丁亦".

Extension Screenshots

screenshot
screenshot

Download Dinyi Now Extension CRX File

Download Dinyi Now 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

                        通知使用者TWITCH丁亦(dingding248)開台各項資訊

- [Chrome版本](https://chrome.google.com/webstore/detail/dinyi-now/fmgnedanbgddegdfhjiikolpfipmachn?hl=zh-TW)
※此插件沒有蒐集任何使用者資訊
授權:
*丁亦貼圖經過圖片擁有者使用許可
*使用MIT授權條款
*Dinyi Now修改自GodJJ NOW ,由原作者kakapon.tw授權
[原作者GitHub](https://github.com/kakapontw/GodJJNow)                    

Extension Basic Information

Name Dinyi Now Dinyi Now
ID fmgnedanbgddegdfhjiikolpfipmachn
Official URL https://chromewebstore.google.com/detail/dinyi-now/fmgnedanbgddegdfhjiikolpfipmachn
Description 為了丁亦
File Size 887 KB
Installation Count 97
Current Version 1.1
Last Updated 2022-04-26
Publish Date 2020-10-29
Rating 5.00/5 Total 4 Ratings
Developer Bunkaliu
Email [email protected]
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dinyi Now",
    "description": "\u70ba\u4e86\u4e01\u4ea6",
    "version": "1.1",
    "permissions": [
        "alarms",
        "storage",
        "notifications",
        "*:\/\/*.twitch.tv\/*"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/dingding248"
            ],
            "js": [
                "\/js\/arrive.js",
                "\/js\/points-clicker.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_area": "navbar",
        "default_title": "\u9ede\u6211\u67e5\u8a62dingding248",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}