Terms of Service; Didn’t Read

Get information instantly about websites' terms of service and privacy policies, with ratings and summaries from the www.tosdr.org.

Terms of Service; Didn’t Readคืออะไร?

Terms of Service; Didn’t Read เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tosdr.org และคุณลักษณะหลักของมันคือ "Get information instantly about websites' terms of service and privacy policies, with ratings and summaries from the www.tosdr.org."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Terms of Service; Didn’t Read

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

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

                        “I have read and agree to the Terms” is the biggest lie on the web. We aim to fix that. 

"Terms of Service; Didn't Read" is a user rights initiative to rate and label website terms & privacy policies, from very good (Class A) to very bad (Class E).

This extension shows this rating for rated websites by an unintrusive icon in the address bar. You can click on this icon to get a list with the most important rated points of the website's term of services. Additional the extension will warn you when you visit for the first time a website with a bad rating.

Optionally you can notify companies for their grades by sharing on Twitter, if you do not like this feature, simply head over the settings and hide the share button.

This extension is open source. You can report bugs or propose new features at https://github.com/tosdr/browser-extensions.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Terms of Service; Didn’t Read Terms of Service; Didn’t Read
ID hjdoplcnndgiblooccencgcggcoihigg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/terms-of-service-didn%E2%80%99t-r/hjdoplcnndgiblooccencgcggcoihigg
คำอธิบาย Get information instantly about websites' terms of service and privacy policies, with ratings and summaries from the www.tosdr.org.
ขนาดไฟล์ 1.08 MB
จำนวนการติดตั้ง 44,080
เวอร์ชันปัจจุบัน 4.1.2
อัปเดตครั้งล่าสุด 2021-08-20
วันที่เผยแพร่ 2018-08-20
คะแนน 4.56/5 รวมทั้งหมด 130 คะแนน
ผู้พัฒนา https://tosdr.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tosdr.org
URL หน้าช่วยเหลือ https://help.tosdr.org
ภาษาที่รองรับ en,fr,ar,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "4.1.2",
    "homepage_url": "https:\/\/tosdr.org",
    "background": {
        "scripts": [
            "polyfill.min.js",
            "utils.js",
            "popup\/js\/jquery-3.2.1.min.js",
            "popup\/js\/servicedata.js",
            "background.js"
        ]
    },
    "options_ui": {
        "page": "settings\/settings.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "favicon_url": "https:\/\/tosdr.org\/themes\/crisp\/favicon\/favicon.ico",
            "is_default": false,
            "encoding": "UTF-8",
            "keyword": "tosdr",
            "name": "ToS;DR Search",
            "search_url": "https:\/\/search.tosdr.org\/search?q={searchTerms}",
            "suggest_url": "https:\/\/search.tosdr.org\/autocompleter?q={searchTerms}"
        }
    },
    "page_action": {
        "default_icon": {
            "19": "button\/icon-19.png",
            "38": "button\/icon-38.png"
        },
        "default_title": "__MSG_extensionName__",
        "browser_style": true
    },
    "permissions": [
        "*:\/\/tosdr.org\/*",
        "*:\/\/api.tosdr.org\/*",
        "*:\/\/cdn.tosdr.org\/*",
        "*:\/\/shields.tosdr.org\/*",
        "*:\/\/search.tosdr.org\/*",
        "tabs",
        "notifications",
        "storage"
    ],
    "icons": {
        "48": "icons\/icon.png",
        "96": "icons\/[email protected]"
    },
    "default_locale": "en"
}