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
擴展基本資訊
名稱 | polsy.org.uk-ify video site links |
ID | oojmegpmibebbekknfmmdfigpfhkdlgn |
官方網址 | 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" ] } |