Temptation Blocker

Personalise your online world to match your lifestyle goals by block by blocking any content you may have pledged to start avoiding.

Temptation Blocker란 무엇입니까?

Temptation Blocker은(는) Devstars에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Personalise your online world to match your lifestyle goals by block by blocking any content you may have pledged to start avoiding."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Introducing the Temptation Blocker from David Lloyd Clubs. A new tool that lets you personalise your online world to match your lifestyle goals, by blocking any content or vices you may have pledged to start avoiding. It’s the perfect digital companion to have on your pathway to improved personal wellbeing in 2018.                    

확장 프로그램 기본 정보

이름 Temptation Blocker Temptation Blocker
ID hegbglbfhcfkpaaicpjfiopdkombclpb
공식 URL https://chromewebstore.google.com/detail/temptation-blocker/hegbglbfhcfkpaaicpjfiopdkombclpb
설명 Personalise your online world to match your lifestyle goals by block by blocking any content you may have pledged to start avoiding.
파일 크기 1.51 MB
설치 횟수 31
현재 버전 1.5
최근 업데이트 2018-02-12
출시 날짜 2018-02-12
평점 5.00/5 총 3 개의 평점
개발자 Devstars
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.davidlloyd.co.uk/en/David-Lloyd-Leisure-Press/Temptation-blocker
개인정보 보호 정책 페이지 URL https://www.devstars.com/privacy-policy
지원되는 언어 de,en,fr,nl,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Temptation Blocker",
    "description": "Personalise your online world to match your lifestyle goals by block by blocking any content you may have pledged to start avoiding.",
    "version": "1.5",
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "16.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options\/options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "cover.css"
            ],
            "js": [
                "js\/libs\/jquery\/jquery-2.1.4.js",
                "js\/libs\/jquery\/jquery.textchildren.js",
                "options\/options.js",
                "content_script.js",
                "cover.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "default_icon": "16.png",
        "default_title": "Temptation Blocker",
        "default_popup": "popup\/popup.html"
    },
    "author": "David Lloyd Clubs"
}