WheresApp
Make your web whatsapp work friendly
WheresApp là gì?
WheresApp là một tiện ích mở rộng Chrome được phát triển bởi aleks.krnjaic, và tính năng chính của nó là "Make your web whatsapp work friendly".
Ả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 WheresApp
Tải xuống các tệp mở rộng WheresApp 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
Provides customization options for your Web Whatsapp interface, allowing you to hide your contact list, hide your current chat header, extend the interface to fill to the edges of the window, hide contact images and make the chat plain, hide timestamps and read receipts. Release Notes Version 0.0.1: - Initial release Version 0.0.2: - Images in contact list now hidden in boring mode Version 0.0.3: - Hover text fix Version 0.0.4: - Added ability to hide contact names - Changed boring mode to maintain contact image placeholders Version 0.0.5: - Fixed color and box shadow after whatsapp changes Version 0.0.6: - Boring mode links and images now no longer have green background Version 0.0.7: - Boring mode fix (flex align and color) Developed by Aleks Krnjaic and Rebeka Nikoloska
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WheresApp |
ID | blonmediheekdlhdhfnfohegmhblapcb |
URL Chính Thức | https://chromewebstore.google.com/detail/wheresapp/blonmediheekdlhdhfnfohegmhblapcb |
Mô tả | Make your web whatsapp work friendly |
Kích Thước Tệp | 128 KB |
Số Lần Cài Đặt | 2,825 |
Phiên Bản Hiện Tại | 0.0.7 |
Cập Nhật Lần Cuối | 2020-02-20 |
Ngày Phát Hành | 2020-02-20 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | aleks.krnjaic |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WheresApp", "version": "0.0.7", "manifest_version": 2, "description": "Make your web whatsapp work friendly", "homepage_url": "https:\/\/github.com\/alek5k", "icons": { "16": "icons\/icons16.png", "48": "icons\/icons48.png", "128": "icons\/icons128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "options_page": "src\/options\/index.html", "page_action": { "default_icon": "icons\/icons19.png", "default_title": "WheresApp", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "https:\/\/web.whatsapp.com\/*", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |