Rotten Tomatoes on Netflix

Displays the Rotten tomatoes score of everything on netflix while browsing.

Rotten Tomatoes on Netflix là gì?

Rotten Tomatoes on Netflix là một tiện ích mở rộng Chrome được phát triển bởi dannydannygoldberggoldberg, và tính năng chính của nó là "Displays the Rotten tomatoes score of everything on netflix while browsing.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rotten Tomatoes on Netflix

Tải xuống các tệp mở rộng Rotten Tomatoes on Netflix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        🍅Decide what to watch FAST 👀💨

🍅See the Rotten Tomatoes™ and IMDB™ score of everything on Netflix™ while browsing 💯 

🍅View how popular a show is with the flame index (based on IMDB popularity data)

🍅No more opening new tabs to compare scores🤗

🍅Light weight 🪶, swift🐆, and FREE 💰

Displays scores unobtrusively under the title card.

TY! :)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rotten Tomatoes on Netflix Rotten Tomatoes on Netflix
ID bijfmhgcncbfihbcgnfdljkncndadhde
URL Chính Thức https://chromewebstore.google.com/detail/rotten-tomatoes-on-netfli/bijfmhgcncbfihbcgnfdljkncndadhde
Mô tả Displays the Rotten tomatoes score of everything on netflix while browsing.
Kích Thước Tệp 33.88 KB
Số Lần Cài Đặt 100
Phiên Bản Hiện Tại 1.9
Cập Nhật Lần Cuối 2022-03-07
Ngày Phát Hành 2021-12-16
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển dannydannygoldberggoldberg
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "options_page": "options.html",
    "name": "Rotten Tomatoes on Netflix",
    "description": "Displays the Rotten tomatoes score of everything on netflix while browsing.",
    "version": "1.9",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon128.png",
        "default_title": "Click here to see info!",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "upArrow.png",
                "downArrow.png",
                "neutral.png",
                "imdbScore.png",
                "imdbScoreNoneLogo.png",
                "fire.png",
                "criticCertifiedFresh.png",
                "criticFresh.png",
                "criticSplat.png",
                "audienceFresh.png",
                "audienceSplat.png",
                "criticNone.png",
                "audienceNone.png"
            ],
            "matches": [
                "*:\/\/www.netflix.com\/*"
            ],
            "extension_ids": []
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ]
}