Audio Ad Blocker for VK™
Blocks Audio Ads during music listening on vk.com
什么是Audio Ad Blocker for VK™?
Audio Ad Blocker for VK™是由Utilities For Life开发的Chrome扩展程序,该扩展的主要功能是“Blocks Audio Ads during music listening on vk.com”。
扩展截图
下载Audio Ad Blocker for VK™扩展crx文件
下载Audio Ad Blocker for VK™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Do you often use social network vk.com? Are you tired from annoying audio advertising?
We know an excellent solution - the Audio Ad Blocker for VK™ extension.
Install the extension and block audio advertising in VK with Audio Ad Blocker for VK™. 扩展基本信息
| 名称 | |
| ID | gnlgonidiifongfpojcfpdfnpfnldfbo |
| 官方URL | https://chromewebstore.google.com/detail/audio-ad-blocker-for-vk/gnlgonidiifongfpojcfpdfnpfnldfbo |
| 简介 | Blocks Audio Ads during music listening on vk.com |
| 文件大小 | 64.27 KB |
| 安装次数 | 2,000 |
| 当前版本 | 4.0.0.2 |
| 更新时间 | 2023-04-22 |
| 上架时间 | 2023-04-21 |
| 评分 | 4.75/5 共4次评分 |
| 开发者 | Utilities For Life |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | http://bit.ly/3RYjS6m |
| 支持的语言 | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"service_worker": "\/js\/background.js"
},
"content_security_policy": {
"sandbox": "sandbox allow-forms allow-scripts; script-src 'self' 'unsafe-eval'; script-src-elem 'self' blob: 'unsafe-inline' 'unsafe-eval'; child-src 'self'; object-src 'self'"
},
"default_locale": "ru",
"description": "__MSG_appDesc__",
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"icons": {
"128": "images\/icon128.png",
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"64": "images\/icon64.png"
},
"manifest_version": 3,
"name": "__MSG_appName__",
"permissions": [
"storage",
"cookies",
"unlimitedStorage",
"tabs",
"scripting",
"webRequest",
"declarativeNetRequestWithHostAccess"
],
"sandbox": {
"pages": [
"sandbox.html"
]
},
"version": "4.0.0.2",
"web_accessible_resources": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"resources": [
"sandbox.html"
],
"use_dynamic_url": true
},
{
"matches": [
"https:\/\/vk.com\/*"
],
"resources": [
"\/js\/script.js"
]
}
]
} | |