SVODEX
Adds the IMDb and Rotten Tomatoes rating to every available title on Netflix, Disney+ and HBO Max
什麼是SVODEX?
SVODEX是由https://svodex.com開發的Chrome擴展程式,該擴展的主要功能是“Adds the IMDb and Rotten Tomatoes rating to every available title on Netflix, Disney+ and HBO Max”。
擴展截圖
下載SVODEX擴展crx文件
下載SVODEX擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Adds IMDb and Rotten Tomatoes ratings to Netflix, Disney+ and HBO Max titles. Simply enable the extension and hover over any title on Netflix or HBO Max, or click on any title on Disney+ to see the ratings. Very efficient on CPU and memory, this lightweight extension adds IMDb and Rotten Tomatoes ratings to every title available. Features: - Displays IMDb and Rotten Tomatoes ratings on every title card on Netflix. - Displays IMDb and Rotten Tomatoes ratings on every title card on HBO Max. - Displays IMDb and Rotten Tomatoes ratings on every details page on Disney Plus. - Support for Prime Video, Hulu and more coming soon. Please rate this extension if you find it helpful. New in v 3.3.5. - updated permissions
擴展基本資訊
名稱 | SVODEX |
ID | malgjkedapomgdnolihjjfbdagghmljb |
官方網址 | https://chromewebstore.google.com/detail/svodex/malgjkedapomgdnolihjjfbdagghmljb |
簡介 | Adds the IMDb and Rotten Tomatoes rating to every available title on Netflix, Disney+ and HBO Max |
檔案大小 | 44.14 KB |
安裝次數 | 2,917 |
目前版本 | 3.3.5 |
更新時間 | 2023-12-16 |
上架時間 | 2019-09-03 |
評分 | 3.64/5 共 55 次評分 |
開發者 | https://svodex.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://svodex.com |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SVODEX", "version": "3.3.5", "description": "Adds the IMDb and Rotten Tomatoes rating to every available title on Netflix, Disney+ and HBO Max", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*", "https:\/\/www.disneyplus.com\/*", "https:\/\/play.hbomax.com\/*", "https:\/\/play.max.com\/*", "https:\/\/www.primevideo.com\/*", "https:\/\/www.apple.com\/*", "https:\/\/www.hulu.com\/" ], "js": [ "main.js" ], "run_at": "document_end" } ], "action": { "default_title": "SVODEX", "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "*.svg" ], "matches": [ "https:\/\/play.hbomax.com\/*", "https:\/\/play.max.com\/*", "https:\/\/www.netflix.com\/*", "https:\/\/www.disneyplus.com\/*" ] } ], "icons": { "128": "logo_small.png" }, "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "manifest_version": 3 } |