Voz Love
Extension for forums.voz.vn
Voz Love là gì?
Voz Love là một tiện ích mở rộng Chrome được phát triển bởi nmtrung, và tính năng chính của nó là "Extension for forums.voz.vn".
Ả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 Voz Love
Tải xuống các tệp mở rộng Voz Love 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
- Quote notifications - Subscribed threads notifications - Expand the layout to full window width - Paging by left, right keyboard - Quick link f17, f33 on top (can add as you like) - Go to top button - Click on thread link automatically jump to the latest post you just read - Show emo in thread link - Thread open in background - Show hidden box - Hide title of thread created by ignore user - Hide title of thread by keyword - Quick reload when press 'F5' or 'Ctrl + R' - Automatically detect links, photos, videos, youtube..., remove redirect link in post - Show hidden link in emo - Automatically shorten long quote - Quick quote - Autopage in thread - Capture post - Add ignore link, find all threads link when click on username - Show recent threads created by owner in f17 - Display full emo in the reply frame - Suggest emo when typing ":" in the reply frame - Stickers - Upload images quickly by upload dialog, drag drop or paste images from the clipboard into the reply frame - Create rainbow effect for text
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hpnhkgfedkiamdlplpnmipmfhnjiiamo |
URL Chính Thức | https://chrome.google.com/webstore/detail/voz-love/hpnhkgfedkiamdlplpnmipmfhnjiiamo |
Mô tả | Extension for forums.voz.vn |
Kích Thước Tệp | 166 KB |
Số Lần Cài Đặt | 290 |
Phiên Bản Hiện Tại | 1.10.12 |
Cập Nhật Lần Cuối | 2020-04-13 |
Ngày Phát Hành | 2020-04-13 |
Đánh Giá | 4.89/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | nmtrung |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://forums.voz.vn/showthread.php?t=6360673 |
URL Trang Trợ Giúp | https://forums.voz.vn/showthread.php?t=6360673 |
Ngôn Ngữ Được Hỗ Trợ | en,vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Voz Love", "version": "1.10.12", "default_locale": "en", "description": "__MSG_extDes__", "icons": { "16": "public\/images\/icon16.png", "48": "public\/images\/icon48.png", "128": "public\/images\/icon128.png" }, "browser_action": { "default_icon": "public\/images\/icon16.png" }, "author": "nmtrung", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/forums.voz.vn\/*" ], "css": [ "public\/css\/style.css" ], "js": [ "public\/js\/next.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/forums.voz.vn\/*" ], "js": [ "public\/js\/manifest.js", "public\/js\/vendor.js", "public\/js\/app.js" ], "run_at": "document_end" } ], "options_page": "options.html", "permissions": [ "notifications", "storage", "cookies", "contextMenus", "idle", "*:\/\/forums.voz.vn\/*", "*:\/\/*.pik.vn\/*" ], "web_accessible_resources": [ "public\/images\/ex-link.png" ] } |