polsy.org.uk-ify video site links

Converts video site links to the equivalent polsy.org.uk viewer link

O que é polsy.org.uk-ify video site links?

polsy.org.uk-ify video site links é uma extensão do Chrome desenvolvida por Polsy, e sua principal característica é "Converts video site links to the equivalent polsy.org.uk viewer link".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão polsy.org.uk-ify video site links

Baixe arquivos de extensão polsy.org.uk-ify video site links 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

                        Converts page links to several popular video sites (including YouTube and Nico Nico Douga) to instead link to an embed page on polsy.org.uk which displays the video centered on a mainly blank page, and resized to a usually more appropriate resolution (ie one matching the resolution of the source flash video, to prevent visual/CPU issues caused by resizing).

The sites enabled can be configured from the extension's Options page at chrome://extensions
YouTube defaults to off as it's the most intrusive

Links on the video sites themselves will never be modified.

Version 3 update:
- remove obsolete video sites
- fix timestamps on youtu.be links                    

Informações Básicas da Extensão

Nome polsy.org.uk-ify video site links polsy.org.uk-ify video site links
ID oojmegpmibebbekknfmmdfigpfhkdlgn
URL Oficial https://chromewebstore.google.com/detail/polsyorguk-ify-video-site/oojmegpmibebbekknfmmdfigpfhkdlgn
Descrição Converts video site links to the equivalent polsy.org.uk viewer link
Tamanho do Arquivo 9.03 KB
Contagem de Instalações 32
Versão Atual 3.0
Última Atualização 2022-02-15
Data de Publicação 2012-10-09
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor Polsy
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://polsy.org.uk/play/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "polsy.org.uk-ify video site links",
    "version": "3.0",
    "description": "Converts video site links to the equivalent polsy.org.uk viewer link",
    "options_page": "options.html",
    "icons": {
        "128": "fuzzybee.jpg"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "polsifier.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ]
}