Cuevana to go

Download movies and series on cuevana.tv

ما هو Cuevana to go؟

Cuevana to go هو إضافة Chrome تم تطويرها بواسطة https://cuevanatogo.com، والميزة الرئيسية لها هي "Download movies and series on cuevana.tv".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Cuevana to go

قم بتنزيل ملفات الامتداد Cuevana to go بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة 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",
        "*:\/\/*\/*"
    ]
}