polsy.org.uk-ify video site links

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

Qu'est-ce que polsy.org.uk-ify video site links ?

polsy.org.uk-ify video site links est une extension Chrome développée par Polsy, et sa fonction principale est "Converts video site links to the equivalent polsy.org.uk viewer link".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension polsy.org.uk-ify video site links

Téléchargez les fichiers d'extension polsy.org.uk-ify video site links au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom polsy.org.uk-ify video site links polsy.org.uk-ify video site links
ID oojmegpmibebbekknfmmdfigpfhkdlgn
URL Officiel https://chromewebstore.google.com/detail/polsyorguk-ify-video-site/oojmegpmibebbekknfmmdfigpfhkdlgn
Description Converts video site links to the equivalent polsy.org.uk viewer link
Taille du Fichier 9.03 KB
Nombre d'Installations 32
Version Actuelle 3.0
Dernière Mise à Jour 2022-02-15
Date de Publication 2012-10-09
Évaluation 4.20/5 Total 5 Évaluations
Développeur Polsy
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://polsy.org.uk/play/
Langues Prises en Charge 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"
    ]
}