RAM Antivirus
RAM Antivirus security plugin
RAM Antivirus là gì?
RAM Antivirus là một tiện ích mở rộng Chrome được phát triển bởi RAM Antivirus, và tính năng chính của nó là "RAM Antivirus security plugin".
Ả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 RAM Antivirus
Tải xuống các tệp mở rộng RAM Antivirus 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
RAM Antivirus security plugin with advance search option
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | glphfgnkljdeaogdmokbldckgmndddkd |
URL Chính Thức | https://chrome.google.com/webstore/detail/ram-antivirus/glphfgnkljdeaogdmokbldckgmndddkd |
Mô tả | RAM Antivirus security plugin |
Kích Thước Tệp | 210 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 1.2.9 |
Cập Nhật Lần Cuối | 2019-10-14 |
Ngày Phát Hành | 2019-10-14 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | RAM Antivirus |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://ramantivirus.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RAM Antivirus", "short_name": "RAM Web Protection", "description": "RAM Antivirus security plugin", "version": "1.2.9", "permissions": [ "tabs", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*.junkoust.com\/" ], "browser_action": { "default_title": "RAM Antivirus", "default_popup": "popup.html" }, "icons": { "16": "extension_logo.png", "48": "extension_logo2.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ "blockpage.html", "blocklist.txt", "blockpage2.html" ], "chrome_url_overrides": { "newtab": "home.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "manifest_version": 2 } |