CourtCorrect
Jump through the wormhole!
什麼是CourtCorrect?
CourtCorrect是由CourtCorrect Ltd開發的Chrome擴展程式,該擴展的主要功能是“Jump through the wormhole!”。
擴展截圖
下載CourtCorrect擴展crx文件
下載CourtCorrect擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | nljbcdbloiklghknaneklihpmhjfcnak |
官方網址 | https://chromewebstore.google.com/detail/courtcorrect/nljbcdbloiklghknaneklihpmhjfcnak |
簡介 | Jump through the wormhole! |
檔案大小 | 103 KB |
安裝次數 | 35 |
目前版本 | 1.0.4 |
更新時間 | 2021-08-12 |
上架時間 | 2020-06-30 |
評分 | 5.00/5 共 3 次評分 |
開發者 | CourtCorrect Ltd |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.courtcorrect.com |
說明頁面URL | https://www.courtcorrect.com/?message=Please%20email%20us%20at%[email protected]%20for%20support! |
隱私政策頁面URL | https://www.courtcorrect.com/privacy-policy |
支援的語言 | 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 } } |