SBS Movie Ratings

Movie Ratings on the SBS ondemand website. Display ratings when choosing a movie to watch on SBS ondemand

SBS Movie Ratingsคืออะไร?

SBS Movie Ratings เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matthew Farrell และคุณลักษณะหลักของมันคือ "Movie Ratings on the SBS ondemand website. Display ratings when choosing a movie to watch on SBS ondemand"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SBS Movie Ratings

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

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

                        This extension will display ratings for movie listings on the SBS On Demand website:

https://www.sbs.com.au/ondemand/                    

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

ชื่อ SBS Movie Ratings SBS Movie Ratings
ID akojfflpfnhfpogglehnjggndlhhhfpb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/sbs-movie-ratings/akojfflpfnhfpogglehnjggndlhhhfpb
คำอธิบาย Movie Ratings on the SBS ondemand website. Display ratings when choosing a movie to watch on SBS ondemand
ขนาดไฟล์ 3.86 KB
จำนวนการติดตั้ง 128
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2018-08-30
วันที่เผยแพร่ 2018-08-30
ผู้พัฒนา Matthew Farrell
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SBS Movie Ratings",
    "version": "1.2",
    "author": "Matthew Farrell",
    "description": "Movie Ratings on the SBS ondemand website.\n Display ratings when choosing a movie to watch on SBS ondemand",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.sbs.com.au\/ondemand\/*"
            ],
            "run_at": "document_end",
            "js": [
                "ratings.js"
            ]
        }
    ],
    "manifest_version": 2
}