Netflix Search
Takes a url from Trakt.tv and sparses it to a Netflix search with Google.
什麼是Netflix Search?
Netflix Search是由SuperFlyBriBri開發的Chrome擴展程式,該擴展的主要功能是“Takes a url from Trakt.tv and sparses it to a Netflix search with Google.”。
擴展截圖
下載Netflix Search擴展crx文件
下載Netflix Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
I use Trakt.tv to keep track of all my movies as well as find new movies to watch. When I am on Trakt.tv and want to see a new movie I have to navigate to Netflix and search for the same title just to add it to my Netflix queue. So I decided to make this little extension. When I am on a Trakt.tv page for a movie, I click the little Netflix logo. That creates a new tab with a Netflix search including the name of the film. Typically the first DVD is the page for the movie. So I click that link and then add it to my queue. Simple as that. It is also worth noting that this works with IMDB as well. If you click while on a movie page from there. 擴展基本資訊
| 名稱 | |
| ID | nphaihejhaijhhiblfkealjdglefgmlc |
| 官方網址 | https://chromewebstore.google.com/detail/netflix-search/nphaihejhaijhhiblfkealjdglefgmlc |
| 簡介 | Takes a url from Trakt.tv and sparses it to a Netflix search with Google. |
| 檔案大小 | 20.5 KB |
| 安裝次數 | 277 |
| 目前版本 | 1.3 |
| 更新時間 | 2021-03-29 |
| 上架時間 | 2015-03-01 |
| 評分 | 3.50/5 共 2 次評分 |
| 開發者 | SuperFlyBriBri |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Netflix Search",
"version": "1.3",
"description": "Takes a url from Trakt.tv and sparses it to a Netflix search with Google.",
"manifest_version": 2,
"browser_action": {
"default_icon": {
"19": "icon.png",
"48": "midsize.png",
"128": "logo.png"
}
},
"background": {
"scripts": [
"js\/code.js"
]
},
"permissions": [
"tabs",
"http:\/\/trakt.tv\/movie\/*",
"http:\/\/www.trakt.tv\/movie\/*"
]
} | |