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”。
扩展截图
下载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                     扩展基本信息
| 名称 |   |  
| 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 | 
| 电子邮箱 | [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"
    ]
}  |  |