Ozone

We created the first app that gives you full control over your data — and the power to put it to work.

Τι είναι το Ozone;

Το Ozone είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ozone, και η κύρια λειτουργία του είναι "We created the first app that gives you full control over your data — and the power to put it to work.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Ozone

Λήψη αρχείων επέκτασης Ozone σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Ozone gives you the power to own your online data. The Ozone Extension powers your Ozone profile by securely and anonymously collecting your data later. Using our patented technology, our extension puts your data to work for you in the background, letting you see exactly what major ad providers see.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Ozone Ozone
ID fcpjplfgfchafnbeiajandadgcmlmpmc
Επίσημο URL https://chrome.google.com/webstore/detail/ozone/fcpjplfgfchafnbeiajandadgcmlmpmc
Περιγραφή We created the first app that gives you full control over your data — and the power to put it to work.
Μέγεθος Αρχείου 14.73 MB
Αριθμός Εγκαταστάσεων 5,672
Τρέχουσα Έκδοση 1.0.9
Τελευταία Ενημέρωση 2022-08-24
Ημερομηνία Δημοσίευσης 2020-06-29
Αξιολόγηση 3.39/5 Συνολικά 46 Αξιολογήσεις
Προγραμματιστής Ozone
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.ozone.ai/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.ozone.ai/contact
URL της Σελίδας Πολιτικής Απορρήτου https://web3.ozone.ai/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "We created the first app that gives you full control over your data \u2014 and the power to put it to work.",
    "version": "1.0.9",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/; object-src 'self'",
    "name": "Ozone",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "permissions": [
        "cookies",
        "tabs",
        "storage",
        "webRequest",
        "webNavigation",
        ""
    ],
    "manifest_version": 2,
    "icons": {
        "16": "Gray-Ozone-Fav-16x.png",
        "48": "Gray-Ozone-Fav-48x.png",
        "128": "Gray-Ozone-Fav-128x.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "Ozone-Fav-16x.png",
            "48": "Ozone-Fav-48x.png",
            "128": "Ozone-Fav-128x.png"
        },
        "default_title": "Ozone",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ozone.ai\/*"
            ],
            "js": [
                "getUser.bundle.js",
                "setEventListener.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.ozone.ai\/admin\/users\/*"
            ],
            "js": [
                "adminGuard.bundle.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "notificationPopup.bundle.js",
                "inactivityTracker.bundle.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "similarWebData.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "setEventListener.bundle.js",
        "\/popup.html",
        "\/ozone.gif",
        "\/earn-cash.gif",
        "\/earn-cash-man.gif",
        "\/HelveticaLTStd-Blk.otf",
        "\/HelveticaLTStd-Bold.otf",
        "\/HelveticaLTStd-Roman.otf",
        "\/Montserrat-ExtraBold.ttf",
        "\/Montserrat-Regular.ttf",
        "\/Montserrat-SemiBold.ttf",
        "\/logo.png",
        "\/upArrow.svg",
        "\/survey_notification.png"
    ]
}