The Distraction Shield

Divert attention from social media websites towards learning a new language

O que é The Distraction Shield?

The Distraction Shield é uma extensão do Chrome desenvolvida por Jeroen Overschie, e sua principal característica é "Divert attention from social media websites towards learning a new language".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão The Distraction Shield

Baixe arquivos de extensão The Distraction Shield 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

                        The Distraction Shield is a browser extension designed to take advantage of our human nature. It is a very common scenario to find ourselves browsing sites such as Facebook or Reddit while we are supposed to be working. The Distraction Shield can help you to do something useful and enriching; a distraction 'Aikido'.

The main functionality of The Distraction Shield extension is to detect when the user enters a website that they consider a distraction. It then presents a language exercise instead. Once the user has completed the exercise, they will be free to continue onto the original site. The user can choose for which sites the redirection should happen, by adding domain names to a blacklist.

The Distraction Shield is open source: https://github.com/zeeguu-ecosystem/Distraction-Shield                    

Informações Básicas da Extensão

Nome The Distraction Shield The Distraction Shield
ID amfblmhlmfdgfmhbabmogollefabdgjd
URL Oficial https://chromewebstore.google.com/detail/the-distraction-shield/amfblmhlmfdgfmhbabmogollefabdgjd
Descrição Divert attention from social media websites towards learning a new language
Tamanho do Arquivo 1.91 MB
Contagem de Instalações 18
Versão Atual 3.0.0
Última Atualização 2019-07-25
Data de Publicação 2019-07-21
Classificação 4.33/5 Total de 3 Avaliações
Desenvolvedor Jeroen Overschie
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/zeeguu-ecosystem/Distraction-Shield
URL da Página de Ajuda https://github.com/zeeguu-ecosystem/Distraction-Shield/wiki
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Distraction Shield",
    "name": "The Distraction Shield",
    "description": "Divert attention from social media websites towards learning a new language",
    "version": "3.0.0",
    "icons": {
        "128": "\/images\/aikido.png"
    },
    "offline_enabled": false,
    "browser_action": {
        "default_icon": "\/images\/aikido.png",
        "default_title": "Distraction Shield",
        "default_popup": "\/index.html"
    },
    "background": {
        "scripts": [
            "\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "idle",
        "alarms",
        "history",
        ""
    ],
    "web_accessible_resources": [
        "\/images\/aikido.png"
    ],
    "options_page": "\/index.html?page=options"
}