Calmoon for Garoon

Make you free from sending/receiving notifications on Garoon https://garoon.cybozu.co.jp/

Calmoon for Garoon क्या है?

Calmoon for Garoon tasshi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make you free from sending/receiving notifications on Garoon https://garoon.cybozu.co.jp/"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Calmoon for Garoon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension make you free from sending/receiving notifications on Garoon🤫
- Disable "Notify this update" when you join/leave event on Garoon 
- Auto-read uninformative notifications

More details: https://github.com/mshrtsr/browser-extension-calmoon

This OSS is my own personal work and does not have any relationship with Cybozu Inc. or any other organization which I belong to.                    

एक्सटेंशन की मूल जानकारी

नाम Calmoon for Garoon Calmoon for Garoon
ID adpfpbogonofdljjmipfpheknmadjdck
आधिकारिक URL https://chromewebstore.google.com/detail/calmoon-for-garoon/adpfpbogonofdljjmipfpheknmadjdck
विवरण Make you free from sending/receiving notifications on Garoon https://garoon.cybozu.co.jp/
फ़ाइल का आकार 260 KB
स्थापना संख्या 282
वर्तमान संस्करण 1.3.2
अंतिम अपडेट 2022-10-09
प्रकाशन तिथि 2020-06-12
डेवलपर tasshi
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/mshrtsr/browser-extension-calmoon
सहायता पृष्ठ URL https://github.com/mshrtsr/browser-extension-calmoon/issues
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "1.3.2",
    "short_name": "__MSG_extensionShortName__",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.cybozu.com\/g\/schedule\/participate*",
                "https:\/\/*.cybozu.com\/g\/schedule\/leave*",
                "https:\/\/*.cybozu-dev.com\/g\/schedule\/participate*",
                "https:\/\/*.cybozu-dev.com\/g\/schedule\/leave*",
                "https:\/\/*.kintone.com\/g\/schedule\/participate*",
                "https:\/\/*.kintone.com\/g\/schedule\/leave*",
                "https:\/\/*.kintone-dev.com\/g\/schedule\/participate*",
                "https:\/\/*.kintone-dev.com\/g\/schedule\/leave*",
                "https:\/\/*.cybozu.cn\/g\/schedule\/participate*",
                "https:\/\/*.cybozu.cn\/g\/schedule\/leave*",
                "https:\/\/*.cybozu-dev.cn\/g\/schedule\/participate*",
                "https:\/\/*.cybozu-dev.cn\/g\/schedule\/leave*"
            ],
            "js": [
                "content-scripts\/prevent-send-notification.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.cybozu.com\/*",
                "https:\/\/*.cybozu-dev.com\/*",
                "https:\/\/*.kintone.com\/*",
                "https:\/\/*.kintone-dev.com\/*",
                "https:\/\/*.cybozu.cn\/*",
                "https:\/\/*.cybozu-dev.cn\/*"
            ],
            "js": [
                "content-scripts\/auto-read-notifications.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "settings\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage"
    ]
}