Ever Accountable For Chrome

EverAccountable Google Chrome Extension.

Was ist Ever Accountable For Chrome?

Ever Accountable For Chrome ist eine Chrome-Erweiterung, die von https://everaccountable.com entwickelt wurde, und ihr Hauptmerkmal ist "EverAccountable Google Chrome Extension.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Ever Accountable For Chrome-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ever Accountable For Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Ever Accountable for Chromebook is a powerful tool in the fight against pornography. The price is 6.99 per month after the 14-day free trial.
This app gives you the freedom to use your device how you like, while holding you accountable for the choices you make. We believe that freedom coupled with accountability is a much better motivator than internet filters that try to block you or force you to behave a certain way. We don't password-protect your settings or prevent you from doing anything. You can even uninstall Ever Accountable at any time, just know that your accountability partners be notified and sent a final report of all activity up to the time it is turned off.

You can have your weekly report sent to up to 3 trusted friends. The reports contains a list of the websites you visit. Reports are easy to read and pornographic websites and apps are automatically flagged.

"Sunlight is the best disinfectant" - US Supreme Court Judge Louis Brandeis                    

Grundlegende Informationen zur Erweiterung

Name Ever Accountable For Chrome Ever Accountable For Chrome
ID mhpfiackdifhfjphkicjidjlnibkfgek
Offizielle URL https://chromewebstore.google.com/detail/ever-accountable-for-chro/mhpfiackdifhfjphkicjidjlnibkfgek
Beschreibung EverAccountable Google Chrome Extension.
Dateigröße 373 KB
Installationsanzahl 3,079
Aktuelle Version 4.0.22
Letztes Update 2022-12-19
Veröffentlichungsdatum 2019-04-06
Bewertung 4.21/5 Insgesamt 14 Bewertungen
Entwickler https://everaccountable.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.everaccountable.com/
Hilfeseite URL http://www.everaccountable.com/faq
URL der Datenschutzrichtlinien-Seite https://everaccountable.com/legal
Unterstützte Sprachen en
manifest.json
{
    "manifest_version": 2,
    "name": "Ever Accountable For Chrome",
    "description": "EverAccountable Google Chrome Extension.",
    "version": "4.0.22",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "EverAccountable",
    "homepage_url": "http:\/\/www.everaccountable.com\/",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery-3.2.1.min.js",
            "js\/raven.min.js",
            "js\/globals.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/ea48.png",
        "default_popup": "popup.html",
        "default_title": "Ever Accountable"
    },
    "icons": {
        "16": "images\/ea16.png",
        "48": "images\/ea48.png",
        "128": "images\/ea128.png"
    },
    "content_security_policy": "object-src 'self' https:\/\/*.everaccountable.com:*; frame-src https:\/\/*.everaccountable.com:*; script-src 'self'",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApEYTuuRZXxpmGELgg+s4ZeeABrn9GbgxdsGI7ixvCbRF2MBJ9bvMX6iUPsIMH07cAVIzXU85myWEX\/\/LtlO5oTVlvK22cDDV7171fN1uFVWxukWPyECiKc8\/Lg2391j4HNQhLAk0W3Sz0PfaxJBzthbxKEan6A5WvlhdhgqJwROhztW1LLbV\/Slpq\/0GHUvq4aubQsf9\/EBAzWUws3yDIVqNkoo90WeveNxoYWg6vYMBq08NFZ8mEm1F3cstmwqKk7rSVnJvrVzm1UWLXJzk6HNdUCHdm20qhZItvB3O9h8KdJ7zF3Rs\/BqndGDxvkn8nau0UTY8ZS2RnO2hlV0cfwIDAQAB",
    "permissions": [
        "tabs",
        "notifications",
        "",
        "activeTab",
        "management",
        "https:\/\/*.everaccountable.com\/*"
    ]
}