CourtCorrect

Jump through the wormhole!

CourtCorrect क्या है?

CourtCorrect CourtCorrect Ltd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Jump through the wormhole!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CourtCorrect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम CourtCorrect CourtCorrect
ID nljbcdbloiklghknaneklihpmhjfcnak
आधिकारिक URL 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
    }
}