Own Your Time

Online companies spends millions to keep you distracted. Block sites, remember why you visit, and don't give up your autonomy.

Own Your Time란 무엇입니까?

Own Your Time은(는) Luke Meier에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Online companies spends millions to keep you distracted. Block sites, remember why you visit, and don't give up your autonomy."입니다.

확장 프로그램 스크린샷

screenshot

Own Your Time 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Online companies spend millions of dollars trying to keep you distracted on their sites. It's hard to stay focused on what matters in life when notifications and popups scream for your attention. Own Your Time will help give you a leg up keeping control of your browsing habits, even when Facebook wants to keep you logged on. Blacklist sites like on any other distraction blocker, but don't let the extension own your time either. You're free to visit your blocked sites whenever you want. Give a brief explanation for why you want to visit the site to discourage mindless browsing and encourage mindful internet use. This extension is in development, so feel free to suggest added features that would make your browsing experience easier to control.                    

확장 프로그램 기본 정보

이름 Own Your Time Own Your Time
ID pjpmgnndomgmnnfhaofncmngnonifpgi
공식 URL https://chromewebstore.google.com/detail/own-your-time/pjpmgnndomgmnnfhaofncmngnonifpgi
설명 Online companies spends millions to keep you distracted. Block sites, remember why you visit, and don't give up your autonomy.
파일 크기 478 KB
설치 횟수 173
현재 버전 1.1.1
최근 업데이트 2017-10-02
출시 날짜 2017-10-02
평점 4.64/5 총 11 개의 평점
개발자 Luke Meier
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Own Your Time",
    "description": "Online companies spends millions to keep you distracted.  Block sites, remember why you visit, and don't give up your autonomy.",
    "version": "1.1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Own Your Time",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "jquery.js",
            "URI.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "catcher.html"
    ]
}