Search-Simple Netflix

It's a simple search netflix

Search-Simple Netflix란 무엇입니까?

Search-Simple Netflix은(는) http://ssearchnet.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It's a simple search netflix"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        It's a simple tool for search content in netflix
Es un buscador de netflix que te permite acceder a tus películas y series al instante.

*Now we can see the format available                    

확장 프로그램 기본 정보

이름 Search-Simple Netflix Search-Simple Netflix
ID fcccgachmeooghpolcghhddbgleobcog
공식 URL https://chrome.google.com/webstore/detail/search-simple-netflix/fcccgachmeooghpolcghhddbgleobcog
설명 It's a simple search netflix
파일 크기 84.01 KB
설치 횟수 60
현재 버전 1.15
최근 업데이트 2013-01-11
출시 날짜 2013-01-11
평점 4.17/5 총 6 개의 평점
개발자 http://ssearchnet.blogspot.com
결제 유형 free
지원되는 언어 es-419
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search-Simple Netflix",
    "description": "It's a simple search netflix",
    "version": "1.15",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "browser_action": {
        "name": "simple search netflix",
        "icons": [
            "icon_16.png"
        ],
        "default_icon": "icon_128.png",
        "default_popup": "options.html"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_16.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}