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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Polsy และคุณลักษณะหลักของมันคือ "Converts video site links to the equivalent polsy.org.uk viewer link"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย polsy.org.uk-ify video site links

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}