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."입니다.

확장 프로그램 스크린샷

screenshot

Netflix Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Netflix Search Netflix Search
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\/*"
    ]
}