No Interruptions

Mute Tab during Spotify Ads

No Interruptionsとは何ですか?

No InterruptionsはMohit Hotwaniによって開発されたChromeの拡張機能で、その主な機能は「Mute Tab during Spotify Ads」です。

拡張機能のスクリーンショット

screenshot

No Interruptions拡張機能のCRXファイルをダウンロード

No Interruptions拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        No need to get distracted from work while listening to music on Spotify, No Interruptions extension will mute ADs for you and unmute when AD ends.                    

拡張機能の基本情報

名前 No Interruptions No Interruptions
ID hpepnbfnjpagjknkhhpohialemblblog
公式URL https://chromewebstore.google.com/detail/no-interruptions/hpepnbfnjpagjknkhhpohialemblblog
説明 Mute Tab during Spotify Ads
ファイルサイズ 25.69 KB
インストール数 51
現在のバージョン 0.0.1
最終更新日 2022-11-07
公開日 2022-11-06
評価 5.00/5 合計 2 レビュー
開発者 Mohit Hotwani
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Interruptions",
    "description": "Mute Tab during Spotify Ads",
    "version": "0.0.1",
    "manifest_version": 3,
    "author": "Mohit",
    "action": {
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/open.spotify.com\/*"
            ],
            "js": [
                "noInterruptions.js"
            ]
        }
    ]
}