Trustablee

Trustablee

Trustableeคืออะไร?

Trustablee เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://trustablee.com และคุณลักษณะหลักของมันคือ "Trustablee"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trustablee

ดาวน์โหลดไฟล์ส่วนขยาย Trustablee ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}