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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
        }
    ]
}