Audio Ad Blocker for VK™
Blocks Audio Ads during music listening on vk.com
Audio Ad Blocker for VK™ là gì?
Audio Ad Blocker for VK™ là một tiện ích mở rộng Chrome được phát triển bởi Utilities For Life, và tính năng chính của nó là "Blocks Audio Ads during music listening on vk.com".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Audio Ad Blocker for VK™
Tải xuống các tệp mở rộng Audio Ad Blocker for VK™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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™.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Audio Ad Blocker for VK™ |
ID | gnlgonidiifongfpojcfpdfnpfnldfbo |
URL Chính Thức | https://chromewebstore.google.com/detail/audio-ad-blocker-for-vk/gnlgonidiifongfpojcfpdfnpfnldfbo |
Mô tả | Blocks Audio Ads during music listening on vk.com |
Kích Thước Tệp | 64.27 KB |
Số Lần Cài Đặt | 2,000 |
Phiên Bản Hiện Tại | 4.0.0.2 |
Cập Nhật Lần Cuối | 2023-04-22 |
Ngày Phát Hành | 2023-04-21 |
Đánh Giá | 4.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Utilities For Life |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://bit.ly/3RYjS6m |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |