Cuevana to go

Download movies and series on cuevana.tv

Cuevana to go क्या है?

Cuevana to go https://cuevanatogo.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download movies and series on cuevana.tv"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cuevana to go एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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",
        "*:\/\/*\/*"
    ]
}