polsy.org.uk-ify video site links

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

polsy.org.uk-ify video site linksとは何ですか?

polsy.org.uk-ify video site linksはPolsyによって開発されたChromeの拡張機能で、その主な機能は「Converts video site links to the equivalent polsy.org.uk viewer link」です。

拡張機能のスクリーンショット

screenshot

polsy.org.uk-ify video site links拡張機能のCRXファイルをダウンロード

polsy.org.uk-ify video site links拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 polsy.org.uk-ify video site links polsy.org.uk-ify video site links
ID oojmegpmibebbekknfmmdfigpfhkdlgn
公式URL https://chromewebstore.google.com/detail/polsyorguk-ify-video-site/oojmegpmibebbekknfmmdfigpfhkdlgn
説明 Converts video site links to the equivalent polsy.org.uk viewer link
ファイルサイズ 9.03 KB
インストール数 32
現在のバージョン 3.0
最終更新日 2022-02-15
公開日 2012-10-09
評価 4.20/5 合計 5 レビュー
開発者 Polsy
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://polsy.org.uk/play/
対応言語 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"
    ]
}