Letterboxd Rotten Tomatoes Addon
Adds Rotten Tomatoes features to Letterboxd.com
什麼是Letterboxd Rotten Tomatoes Addon?
Letterboxd Rotten Tomatoes Addon是由WilliamWelsh開發的Chrome擴展程式,該擴展的主要功能是“Adds Rotten Tomatoes features to Letterboxd.com”。
擴展截圖
下載Letterboxd Rotten Tomatoes Addon擴展crx文件
下載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 |
ID | gbagfhlcandjadfocmenciejcgncjmfd |
官方網址 | 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" } ] } |