YouTube Expert Mode Halted Ads Skipper

If ad-clips from YouTube cannot be played and you cannot watch certain video, use this chrome extension to force skipping Youtube Ad

O que é YouTube Expert Mode Halted Ads Skipper?

YouTube Expert Mode Halted Ads Skipper é uma extensão do Chrome desenvolvida por http://beintalk.com, e sua principal característica é "If ad-clips from YouTube cannot be played and you cannot watch certain video, use this chrome extension to force skipping Youtube Ad".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão YouTube Expert Mode Halted Ads Skipper

Baixe arquivos de extensão YouTube Expert Mode Halted Ads Skipper 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

                        Youtube Ad halts or lugs and you cannot get to the episode? Need automatically skip unliked video?
Use this Chrome extension for fixing these issues.


# 3.4.0 Version update
Better Halted Ads detection methods

# 3.3.1 Version update
Works like AdBlock, but don't removes ads, just skips them.

# 3.2.0 Version update
Huge changes to algorithm. Better halt detection.

# 3.1.1 Version update
Use Extension settings page for setting AutoSkip unliked videos mode. 

# 3.0.1 Version update:
Use Extension settings page for setting AutoSkip Ads mode.                    

Informações Básicas da Extensão

Nome YouTube Expert Mode Halted Ads Skipper YouTube Expert Mode Halted Ads Skipper
ID mgdgfobigpgdajbcodaefjfdigplkpkm
URL Oficial https://chrome.google.com/webstore/detail/mgdgfobigpgdajbcodaefjfdigplkpkm
Descrição If ad-clips from YouTube cannot be played and you cannot watch certain video, use this chrome extension to force skipping Youtube Ad
Tamanho do Arquivo 76.05 KB
Contagem de Instalações 384
Versão Atual 3.4.1
Última Atualização 2016-12-21
Data de Publicação 2016-12-21
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor http://beintalk.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda http://beintalk.com/contact
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Expert Mode Halted Ads Skipper",
    "short_name": "YouTube Expert Mode",
    "version": "3.4.1",
    "description": "If ad-clips from YouTube cannot be played and you cannot watch certain video, use this chrome extension to force skipping Youtube Ad",
    "homepage_url": "http:\/\/beintalk.com",
    "options_page": "options.html",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtu.be\/*",
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtu.be\/*",
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-19-grey.png",
        "default_title": "YouTube Halted Ads Skipper",
        "icons": {
            "48": "icon-48.png",
            "19": "icon-19-grey.png",
            "128": "icon-128.png"
        }
    },
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "nativeMessaging",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}