Cavetube Notify

Cavetubeの通知をします。

What is Cavetube Notify?

Cavetube Notify is a Chrome extension developed by Gappuri, and its main feature is "Cavetubeの通知をします。".

Extension Screenshots

screenshot

Download Cavetube Notify Extension CRX File

Download Cavetube Notify 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

                        ライブ配信サイト Cavetube( https://www.cavelis.net/ )の配信通知をします。
オプションより通知を行う配信者を設定できます。
通知を行う配信者は配信画面に表示される「通知リストに追加する」と書かれたテキストをクリックすることでも追加することができます。

連絡は[email protected]へ

更新履歴
v1.76
・デスクトップ通知に対応
・オプションページにデスクトップ通知の設定項目を追加

v1.71
・配信タイトルを通知内容に追加
・処理の改善

v1.64
・配信ページの追加ボタンが動作しない場合があった不具合を修正
・複数の配信を同時に開いている場合に配信リストへの追加/削除が正しく動作していなかった不具合を修正
・オプションタブで「Save」を押すと通知リストの重複を削除する機能を追加

v1.63
処理の微調整

v1.6
未配信時に通知されることがある不具合を修正

v1.5
・配信画面に通知リスト追加リンクが表示されないことがあった不具合を修正
・通知リストから除外するリンクを配信画面に表示する機能を追加

v1.4
処理を改善

v1.3
・パーミッションを適切に変更

v1.2
・ポップアップにオプションへのリンクを追加
・ポップアップページのデザイン微調整

v1.1.10
・デザイン調整

v1.1
・サムネ表示
・配信画面に通知リスト追加オプション設置                    

Extension Basic Information

Name Cavetube Notify Cavetube Notify
ID ncmcpifilankfmmhmgddmdddkkahefpc
Official URL https://chromewebstore.google.com/detail/cavetube-notify/ncmcpifilankfmmhmgddmdddkkahefpc
Description Cavetubeの通知をします。
File Size 74.54 KB
Installation Count 43
Current Version 1.76
Last Updated 2018-05-05
Publish Date 2018-05-05
Rating 4.83/5 Total 6 Ratings
Developer Gappuri
Email [email protected]
Payment Type free
Help Page URL http://blog.cover1sea.net/
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "cover1sea",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Cavetube Notify"
    },
    "content_scripts": [
        {
            "js": [
                "js\/favorite.js"
            ],
            "matches": [
                "http:\/\/*.cavelis.net\/view\/*",
                "http:\/\/*.cavelis.net\/live\/*",
                "https:\/\/*.cavelis.net\/view\/*",
                "https:\/\/*.cavelis.net\/live\/*"
            ]
        }
    ],
    "description": "Cavetube\u306e\u901a\u77e5\u3092\u3057\u307e\u3059\u3002",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Cavetube Notify",
    "options_page": "options.html",
    "permissions": [
        "http:\/\/rss.cavelis.net\/*",
        "storage",
        "notifications"
    ],
    "short_name": "\u304b\u3079\u3064\u3079\u901a\u77e5",
    "version": "1.76"
}