DISLIKE I'll be back

An extension that will restore the lost dislikes on your You Tube videos. Now you will again have the opportunity to select…

O que é DISLIKE I'll be back?

DISLIKE I'll be back é uma extensão do Chrome desenvolvida por WG web-products, e sua principal característica é "An extension that will restore the lost dislikes on your You Tube videos. Now you will again have the opportunity to select…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão DISLIKE I'll be back

Baixe arquivos de extensão DISLIKE I'll be back 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

                        An extension that will restore the lost dislikes on your You Tube videos. Now you will again have the opportunity to select suitable videos based on dislikes.
To do this, just install this extension, and it will restore the number of dissatisfied ratings for the videos.
##
#
In early November, YouTube underwent a major change. On the video hosting, it was decided to remove the display of the number of dislikes.                    

Informações Básicas da Extensão

Nome DISLIKE I'll be back DISLIKE I'll be back
ID jabfapildgnlaeeenmnimphihfdbljno
URL Oficial https://chromewebstore.google.com/detail/dislike-ill-be-back/jabfapildgnlaeeenmnimphihfdbljno
Descrição An extension that will restore the lost dislikes on your You Tube videos. Now you will again have the opportunity to select…
Tamanho do Arquivo 52.32 KB
Contagem de Instalações 14
Versão Atual 1.0.1
Última Atualização 2022-05-06
Data de Publicação 2022-05-05
Desenvolvedor WG web-products
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://pastebin.com/gjmUMkFN
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DISLIKE I'll be back",
    "version": "1.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "ryd.background.js"
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.music.youtube.com\/*"
            ],
            "js": [
                "bundled-content-script.js"
            ],
            "css": [
                "content-style.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "ryd.script.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ]
}