Letterboxd Rotten Tomatoes Addon

Adds Rotten Tomatoes features to Letterboxd.com

Letterboxd Rotten Tomatoes Addonคืออะไร?

Letterboxd Rotten Tomatoes Addon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย WilliamWelsh และคุณลักษณะหลักของมันคือ "Adds Rotten Tomatoes features to Letterboxd.com"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Letterboxd Rotten Tomatoes Addon

ดาวน์โหลดไฟล์ส่วนขยาย Letterboxd Rotten Tomatoes Addon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension will offer a button on Letterboxd film pages that directs you to the Rotten Tomatoes equivalent. It also shows the score, and icon, under the title on film pages.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Letterboxd Rotten Tomatoes Addon Letterboxd Rotten Tomatoes Addon
ID gbagfhlcandjadfocmenciejcgncjmfd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/letterboxd-rotten-tomatoe/gbagfhlcandjadfocmenciejcgncjmfd
คำอธิบาย Adds Rotten Tomatoes features to Letterboxd.com
ขนาดไฟล์ 22.73 KB
จำนวนการติดตั้ง 283
เวอร์ชันปัจจุบัน 1.9
อัปเดตครั้งล่าสุด 2019-01-22
วันที่เผยแพร่ 2019-01-21
คะแนน 3.60/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา WilliamWelsh
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/WilliamWelsh/Letterboxd-Rotten-Tomatoes-Addon
URL หน้าช่วยเหลือ https://github.com/WilliamWelsh/Letterboxd-Rotten-Tomatoes-Addon
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Letterboxd Rotten Tomatoes Addon",
    "version": "1.9",
    "description": "Adds Rotten Tomatoes features to Letterboxd.com",
    "permissions": [
        "https:\/\/www.omdbapi.com\/*",
        "https:\/\/www.rottentomatoes.com\/m\/*"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/letterboxd.com\/film\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}