Section Blocker

It pull's you out from the youtube world to the real world.

O que é Section Blocker?

Section Blocker é uma extensão do Chrome desenvolvida por MK, e sua principal característica é "It pull's you out from the youtube world to the real world.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Section Blocker

Baixe arquivos de extensão Section Blocker 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

                        Sick of Irrelevant Youtube Recommended Videos?

Here is a one-stop solution you need. Youtube recommendations can get sickening to the stomach. We all go to see a glimpse of a single video on Youtube but with the eye-catching recommendations, we fall in its time-wasting trap. Video after video, recommendations after recommendations and minute after a minute we just fall deeper and deeper in its mesh trap. Hours can pass without we even getting aware of it. Some of us are better at fighting the urge or at stopping, but it is always hard.

"Section Blocker" will help you to get rid of the recommended videos by popping the motivational quotes in the place of the suggested videos, and gives you the complete control on managing and reducing your youtube consumption.

The user can change the settings from the extension and can see the recommended videos for a limited period of time and once it's over the extension will again block the recommendations automatically.

Let us know if you find any bugs or face any difficulty with the extension, or send feedback to www.mukulkhanna.xyz/sectionblocker/ Or [email protected]                    

Informações Básicas da Extensão

Nome Section Blocker Section Blocker
ID bpndmpfdglbjdgdojafgpihefogghpkk
URL Oficial https://chromewebstore.google.com/detail/section-blocker/bpndmpfdglbjdgdojafgpihefogghpkk
Descrição It pull's you out from the youtube world to the real world.
Tamanho do Arquivo 68.79 KB
Contagem de Instalações 50
Versão Atual 1.4.19
Última Atualização 2019-03-01
Data de Publicação 2019-02-28
Classificação 4.50/5 Total de 6 Avaliações
Desenvolvedor MK
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Section Blocker",
    "version": "1.4.19",
    "manifest_version": 2,
    "description": "It pull's you out from the youtube world to the real world.",
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "icons": {
        "64": "tagImage.png"
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "tagImage.png",
        "default_title": "Section Blocker"
    },
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?v=*"
            ],
            "js": [
                "jquery.min.js"
            ]
        }
    ]
}