CourtCorrect
Jump through the wormhole!
CourtCorrect là gì?
CourtCorrect là một tiện ích mở rộng Chrome được phát triển bởi CourtCorrect Ltd, và tính năng chính của nó là "Jump through the wormhole!".
Ả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 CourtCorrect
Tải xuống các tệp mở rộng CourtCorrect 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
You know how you never read any of the terms you agree to? We think that’s a problem. We’re on a mission to make the law easy, dispute resolution faster and our society fairer. That’s why we built technology to solve this problem. CourtCorrect pulls the most important information about money, data and anything unusual out of the terms of products linked to sites you visit. While browsing the web, the icon will light up and display the number of products it has found for the site you are currently on. You can then check the main terms of the site to make sure you're always in control of what you're doing with your money and data.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nljbcdbloiklghknaneklihpmhjfcnak |
URL Chính Thức | https://chromewebstore.google.com/detail/courtcorrect/nljbcdbloiklghknaneklihpmhjfcnak |
Mô tả | Jump through the wormhole! |
Kích Thước Tệp | 103 KB |
Số Lần Cài Đặt | 35 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2021-08-12 |
Ngày Phát Hành | 2020-06-30 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | CourtCorrect Ltd |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.courtcorrect.com |
URL Trang Trợ Giúp | https://www.courtcorrect.com/?message=Please%20email%20us%20at%[email protected]%20for%20support! |
URL Trang Chính Sách Bảo Mật | https://www.courtcorrect.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CourtCorrect", "description": "Jump through the wormhole!", "version": "1.0.4", "browser_action": { "default_title": "CourtCorrect", "default_icon": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "default_popup": "index.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "activeTab", "tabs", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |