CourtCorrect

Jump through the wormhole!

Qu'est-ce que CourtCorrect ?

CourtCorrect est une extension Chrome développée par CourtCorrect Ltd, et sa fonction principale est "Jump through the wormhole!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension CourtCorrect

Téléchargez les fichiers d'extension CourtCorrect au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom CourtCorrect CourtCorrect
ID nljbcdbloiklghknaneklihpmhjfcnak
URL Officiel https://chromewebstore.google.com/detail/courtcorrect/nljbcdbloiklghknaneklihpmhjfcnak
Description Jump through the wormhole!
Taille du Fichier 103 KB
Nombre d'Installations 35
Version Actuelle 1.0.4
Dernière Mise à Jour 2021-08-12
Date de Publication 2020-06-30
Évaluation 5.00/5 Total 3 Évaluations
Développeur CourtCorrect Ltd
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.courtcorrect.com
URL de la Page d'Aide https://www.courtcorrect.com/?message=Please%20email%20us%20at%[email protected]%20for%20support!
URL de la Page de Politique de Confidentialité https://www.courtcorrect.com/privacy-policy
Langues Prises en Charge 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
    }
}