VK Purify
Removes annoying posts from the feed in VK.com
VK Purify là gì?
VK Purify là một tiện ích mở rộng Chrome được phát triển bởi Victor Sheyanov, và tính năng chính của nó là "Removes annoying posts from the feed in 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 VK Purify
Tải xuống các tệp mở rộng VK Purify 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
Until AdBlock doesn't hide all ads from VK.com, this small extension will do this job and will hide posts: 1) 'Recommended applications' 2) 'Ads post' In the extension options there is an option to show message instead of the hidden post.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | VK Purify |
ID | mgbilpceofijmghkagnbjedjbgebddne |
URL Chính Thức | https://chromewebstore.google.com/detail/vk-purify/mgbilpceofijmghkagnbjedjbgebddne |
Mô tả | Removes annoying posts from the feed in VK.com |
Kích Thước Tệp | 40.11 KB |
Số Lần Cài Đặt | 17 |
Phiên Bản Hiện Tại | 0.0.32 |
Cập Nhật Lần Cuối | 2015-05-26 |
Ngày Phát Hành | 2015-05-26 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Victor Sheyanov |
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", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "default_locale": "ru", "version": "0.0.32", "manifest_version": 2, "icons": { "16": "images\/icon_16.png", "128": "images\/icon_128.png" }, "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "scripts\/background.js" ] }, "page_action": { "default_icon": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "64": "images\/icon_64.png", "128": "images\/icon_128.png" }, "default_title": "VK Purify" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/vk.com\/*" ], "js": [ "bower_components\/jquery\/dist\/jquery.min.js", "scripts\/contentscript.js", "scripts\/options.js" ], "run_at": "document_end", "all_frames": false } ] } |