Trustablee

Trustablee

Trustablee란 무엇입니까?

Trustablee은(는) http://trustablee.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Trustablee"입니다.

확장 프로그램 스크린샷

screenshot

Trustablee 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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].                    

확장 프로그램 기본 정보

이름 Trustablee Trustablee
ID hhjggkobamibpdpclnlgpiflmgbljkaf
공식 URL https://chrome.google.com/webstore/detail/trustablee/hhjggkobamibpdpclnlgpiflmgbljkaf
설명 Trustablee
파일 크기 92.92 KB
설치 횟수 155
현재 버전 1.0.5
최근 업데이트 2021-01-29
출시 날짜 2020-04-09
평점 5.00/5 총 1 개의 평점
개발자 http://trustablee.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://bit.ly/ttb-faq
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1w5_JO2z9OCse8Mh9AAg7n_OJ91a5etps7ugEXP-tNUY/edit?usp=sharing
지원되는 언어 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'"
}