Anti Ear Blaster

Sets the volume level of all html audio and video players automatically to a chosen level. Your ears will love it.

Anti Ear Blasterとは何ですか?

Anti Ear BlasterはJoker Developmentによって開発されたChromeの拡張機能で、その主な機能は「Sets the volume level of all html audio and video players automatically to a chosen level. Your ears will love it.」です。

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

screenshot
screenshot

Anti Ear Blaster拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Sets the volume level of all html audio and video players automatically to a chosen volume level. You can also unmute all players automatically if you want.                    

拡張機能の基本情報

名前 Anti Ear Blaster Anti Ear Blaster
ID lilnheebfjnjfcgbpfggefmmibfbfjoo
公式URL https://chrome.google.com/webstore/detail/anti-ear-blaster/lilnheebfjnjfcgbpfggefmmibfbfjoo
説明 Sets the volume level of all html audio and video players automatically to a chosen level. Your ears will love it.
ファイルサイズ 45.5 KB
インストール数 78
現在のバージョン 1.1
最終更新日 2020-01-07
公開日 2019-12-30
評価 5.00/5 合計 4 レビュー
開発者 Joker Development
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anti Ear Blaster",
    "version": "1.1",
    "description": "Sets the volume level of all html audio and video players automatically to a chosen level. Your ears will love it.",
    "permissions": [
        "tabs",
        "declarativeContent",
        "storage"
    ],
    "browser_action": {
        "default_popup": "html\/menu.html",
        "default_icon": {
            "16": "assets\/img\/icons\/icon16.png",
            "32": "assets\/img\/icons\/icon32.png",
            "48": "assets\/img\/icons\/icon48.png",
            "128": "assets\/img\/icons\/icon128.png"
        }
    },
    "icons": {
        "16": "assets\/img\/icons\/icon16.png",
        "32": "assets\/img\/icons\/icon32.png",
        "48": "assets\/img\/icons\/icon48.png",
        "128": "assets\/img\/icons\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/ext\/jquery.min.js",
                "assets\/js\/background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 2
}