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文件

下载Own Your Time扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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