Own Your Time

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

O que é Own Your Time?

Own Your Time é uma extensão do Chrome desenvolvida por Luke Meier, e sua principal característica é "Online companies spends millions to keep you distracted. Block sites, remember why you visit, and don't give up your autonomy.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Own Your Time

Baixe arquivos de extensão Own Your Time no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Own Your Time Own Your Time
ID pjpmgnndomgmnnfhaofncmngnonifpgi
URL Oficial https://chromewebstore.google.com/detail/own-your-time/pjpmgnndomgmnnfhaofncmngnonifpgi
Descrição Online companies spends millions to keep you distracted. Block sites, remember why you visit, and don't give up your autonomy.
Tamanho do Arquivo 478 KB
Contagem de Instalações 173
Versão Atual 1.1.1
Última Atualização 2017-10-02
Data de Publicação 2017-10-02
Classificação 4.64/5 Total de 11 Avaliações
Desenvolvedor Luke Meier
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}