Trustablee

Trustablee

Cos'è Trustablee?

Trustablee è un'estensione di Chrome sviluppata da http://trustablee.com, e la sua funzione principale è "Trustablee".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Trustablee

Scarica i file di estensione Trustablee in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Trustablee Screenshot Accountability is now available as a browser extension!

- Monitors your browsing history
- Analyzes URLs for suspicious content
- Captures screenshots periodically in the background
- Reports to your buddy for accountability against online porn

Manage your subscription at https://user.trustablee.com/

__

Send early feedback or bug reports to [email protected].                    

Informazioni di Base sull'Estensione

Nome Trustablee Trustablee
ID hhjggkobamibpdpclnlgpiflmgbljkaf
URL Ufficiale https://chrome.google.com/webstore/detail/trustablee/hhjggkobamibpdpclnlgpiflmgbljkaf
Descrizione Trustablee
Dimensione del File 92.92 KB
Conteggio Installazioni 155
Versione Corrente 1.0.5
Ultimo Aggiornamento 2021-01-29
Data di Pubblicazione 2020-04-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://trustablee.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://bit.ly/ttb-faq
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/1w5_JO2z9OCse8Mh9AAg7n_OJ91a5etps7ugEXP-tNUY/edit?usp=sharing
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trustablee",
    "short_name": "TTB",
    "description": "Trustablee",
    "author": "Family First",
    "version": "1.0.5",
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "screenshot\/screenshotter.DOM.js",
                "screenshot\/blanketStyleSet.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net\/npm\/browser-image-compression@latest\/dist\/browser-image-compression.js https:\/\/lists.familyfirsttechnology.com\/* https:\/\/*.trustablee.com\/ https:\/\/unpkg.com\/ https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
}