polsy.org.uk-ify video site links

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

Cos'è polsy.org.uk-ify video site links?

polsy.org.uk-ify video site links è un'estensione di Chrome sviluppata da Polsy, e la sua funzione principale è "Converts video site links to the equivalent polsy.org.uk viewer link".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione polsy.org.uk-ify video site links

Scarica i file di estensione polsy.org.uk-ify video site links in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome polsy.org.uk-ify video site links polsy.org.uk-ify video site links
ID oojmegpmibebbekknfmmdfigpfhkdlgn
URL Ufficiale https://chromewebstore.google.com/detail/polsyorguk-ify-video-site/oojmegpmibebbekknfmmdfigpfhkdlgn
Descrizione Converts video site links to the equivalent polsy.org.uk viewer link
Dimensione del File 9.03 KB
Conteggio Installazioni 32
Versione Corrente 3.0
Ultimo Aggiornamento 2022-02-15
Data di Pubblicazione 2012-10-09
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore Polsy
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://polsy.org.uk/play/
Lingue Supportate 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"
    ]
}