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.”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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
} | |