Chrome-Stats
Provide a convenient way to access stats, history, and downloads for Chrome extensions, Edge add-ons, and Firefox add-ons.
Chrome-Stats là gì?
Chrome-Stats là một tiện ích mở rộng Chrome được phát triển bởi https://chrome-stats.com, và tính năng chính của nó là "Provide a convenient way to access stats, history, and downloads for Chrome extensions, Edge add-ons, and Firefox add-ons.".
Ả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 Chrome-Stats
Tải xuống các tệp mở rộng Chrome-Stats 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
Access Chrome-Stats directly from extension popup and browser side panel. Allows you to quickly see more stats for each browse extension as you browse through Chrome Web Store, Edge add-ons store, and Firefox add-ons store. Features: - View more accurate user count - View changes in user count and ratings in compared to one week ago - View extension overall ranking, category ranking, and keyword ranking - View risk impact and risk likelihood for each extension - View permissions requested by the extension - Quickly go to Chrome-Stats to analyze in more details
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Chrome-Stats |
ID | ehfbeifiabejfkjhbghkgnnaccfmelkb |
URL Chính Thức | https://chromewebstore.google.com/detail/chrome-stats/ehfbeifiabejfkjhbghkgnnaccfmelkb |
Mô tả | Provide a convenient way to access stats, history, and downloads for Chrome extensions, Edge add-ons, and Firefox add-ons. |
Kích Thước Tệp | 140 KB |
Số Lần Cài Đặt | 1,401 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2023-12-14 |
Ngày Phát Hành | 2023-12-14 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://chrome-stats.com |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://chrome-stats.com/ |
URL Trang Trợ Giúp | https://chrome-stats.com/contact |
URL Trang Chính Sách Bảo Mật | https://chrome-stats.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chrome-Stats", "description": "Provide a convenient way to access stats, history, and downloads for Chrome extensions, Edge add-ons, and Firefox add-ons.", "version": "1.0.0", "author": "[email protected]", "homepage_url": "https:\/\/chrome-stats.com\/", "action": { "default_icon": { "16": "logo\/logo_16.png", "32": "logo\/logo_32.png", "48": "logo\/logo_48.png" }, "default_title": "Chrome-Stats", "default_popup": "popup.html" }, "permissions": [ "tabs", "sidePanel" ], "host_permissions": [ "https:\/\/chrome-stats.com\/", "https:\/\/edge-stats.com\/", "https:\/\/firefox-stats.com\/" ], "icons": { "16": "logo\/logo_16.png", "32": "logo\/logo_32.png", "48": "logo\/logo_48.png", "64": "logo\/logo_64.png", "128": "logo\/logo_128.png" }, "side_panel": { "default_path": "sidebar.html" } } |