Netflix Search
Takes a url from Trakt.tv and sparses it to a Netflix search with Google.
Netflix Searchคืออะไร?
Netflix Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SuperFlyBriBri และคุณลักษณะหลักของมันคือ "Takes a url from Trakt.tv and sparses it to a Netflix search with Google."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Netflix Search
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| URL อย่างเป็นทางการ | 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\/*"
]
} | |