Scary Productive

Aversion therapy for your procrastination problems.

Scary Productive란 무엇입니까?

Scary Productive은(는) micael_dias에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Aversion therapy for your procrastination problems."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Scary Productive is a behaviour training extension — it scares the hell out of you to train away visiting procrastinating websites when you shouldn't.

Add a website you want to block in the options and when you try to go to a blocked page you will be redirected to a special video that will make you jump. 

Active days & times
Choose the days and intervals during the day when you want to block websites. For example set the Active days only to work days and add the time interval to 09:00 – 17:00 so you won’t procrastinate at work or at school.

Incognito mode
All functionality work in the incognito mode, you just need to allow it. 

If you have any questions or have a feature request tweet to @micael_dias

Enjoy and don’t forget to rate it in the Chrome Webstore.                    

확장 프로그램 기본 정보

이름 Scary Productive Scary Productive
ID fglmebjpbipkfjboicomomikdklmjpgl
공식 URL https://chromewebstore.google.com/detail/scary-productive/fglmebjpbipkfjboicomomikdklmjpgl
설명 Aversion therapy for your procrastination problems.
파일 크기 93.03 KB
설치 횟수 67
현재 버전 1.1
최근 업데이트 2017-06-22
출시 날짜 2017-06-21
평점 2.33/5 총 3 개의 평점
개발자 micael_dias
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.scaryproductive.com/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequestBlocking",
        "webNavigation",
        "alarms"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "Scary Productive",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "scare.html",
        "no-scare.html"
    ]
}