Cuevana to go

Download movies and series on cuevana.tv

Cuevana to go란 무엇입니까?

Cuevana to go은(는) https://cuevanatogo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download movies and series on cuevana.tv"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Cuevana to go 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Download any movie or serie from www.cuevana.tv (and their subtitles) automatically!

This first version 1.0 is going to improve in the near future (spanish translation, GUI improvements, more stability). Please stay tuned!


Downloading a movie:
-------
- Click on the icon on the top-right corner of your Chrome to enable "Cuevana to Go". The coffee cup is lit in blue.
- Go to http://www.cuevana.tv
- Select a movie and click on play as usual.
- It is going to be downloaded!

Watching a film in streaming instead of downloading it:
-------
If you wish to restore the default behaviour of cuevana.tv, just click on the coffee mug icon in the top right corner of your Chrome browser.
This way if you wish, you can first start the download of a movie and play it simultaneously in streaming (select a different source server)!


Suggestions:
-------
Any suggestions? Please write me at [email protected] or drop me a comment.

Legal disclaimer:
-------
The developers of this extensions are not related in any way to the creators of the cuevana.tv website and deny any responsibility for a misusage of this tool. By using this extension you agree to be fully responsible of your acts. Don't break intellectual property law and download only content which you are allowed to!                    

확장 프로그램 기본 정보

이름 Cuevana to go Cuevana to go
ID bbjajpcbolpolkeihbicegkhlpjgncjj
공식 URL https://chromewebstore.google.com/detail/cuevana-to-go/bbjajpcbolpolkeihbicegkhlpjgncjj
설명 Download movies and series on cuevana.tv
파일 크기 56.46 KB
설치 횟수 2,426
현재 버전 1.0
최근 업데이트 2013-08-24
출시 날짜 2013-08-24
평점 3.89/5 총 18 개의 평점
개발자 https://cuevanatogo.com
결제 유형 free
확장 프로그램 웹 사이트 http://cuevanatogo.com/
도움말 페이지 URL http://cuevanatogo.com/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cuevana to go",
    "version": "1.0",
    "description": "Download movies and series on cuevana.tv",
    "icons": {
        "16": "img\/icon16x16.png",
        "48": "img\/icon48x48.png",
        "128": "img\/icon128x128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon16x16.png",
        "default_title": "Cuevana to go is enabled"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.cuevana.tv\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ]
}