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은(는) https://tosdr.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get information instantly about websites' terms of service and privacy policies, with ratings and summaries from the www.tosdr.org."입니다.

확장 프로그램 스크린샷

screenshot

Terms of Service; Didn’t Read 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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