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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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" ] } |