Remove VK ads
Removes advertisements, posts, banners on the social network Vkontakte
Remove VK ads là gì?
Remove VK ads là một tiện ích mở rộng Chrome được phát triển bởi Vladimir Barkasov, và tính năng chính của nó là "Removes advertisements, posts, banners on the social network Vkontakte".
Ả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 Remove VK ads
Tải xuống các tệp mở rộng Remove VK ads 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
The extension removes the following types of ads on the vk.com social network: - advertising banners on the left side of the page, - advertising posts in the feed, publics and groups, - advertising posts in the feed, publics and groups.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Remove VK ads |
ID | bjhgmpfjfdmecjjgmhdgnjmbmopkepca |
URL Chính Thức | https://chromewebstore.google.com/detail/remove-vk-ads/bjhgmpfjfdmecjjgmhdgnjmbmopkepca |
Mô tả | Removes advertisements, posts, banners on the social network Vkontakte |
Kích Thước Tệp | 111 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 1.7 |
Cập Nhật Lần Cuối | 2023-02-14 |
Ngày Phát Hành | 2018-11-30 |
Đánh Giá | 4.20/5 Tổng số 143 Đánh Giá |
Nhà Phát Triển | Vladimir Barkasov |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "ru", "name": "__MSG_appTitle__", "description": "__MSG_appDesc__", "version": "1.7", "author": "Vladimir Barkasov", "homepage_url": "https:\/\/vbarkasov.com", "icons": { "16": "img\/icons\/16default.png", "32": "img\/icons\/32default.png", "128": "img\/icons\/128default.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.vk.com\/*" ], "js": [ "js\/content.js" ], "css": [ "css\/content.css" ], "run_at": "document_end" } ], "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "img\/icons\/32default.png", "default_popup": "popup.html" }, "host_permissions": [ "https:\/\/*.vk.com\/*" ], "permissions": [ "activeTab" ] } |