MyCoub - Download from Coub Video and Audio

The way to download Coub videos and music - immediately or separately

MyCoub - Download from Coub Video and Audio क्या है?

MyCoub - Download from Coub Video and Audio https://mycoub.ru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The way to download Coub videos and music - immediately or separately"।

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

screenshot
screenshot

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

crx प्रारूप में MyCoub - Download from Coub Video and Audio एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The extension allows you to download everything you need from coub.com.

Main functionality:
- Download from coub Video file
- Download from coub Audio file
- Download video with sound
- Create gif animation
- Downloading coubs in one archive

Additional functions:
- Search artist by audio
- Search by picture from a cube
- Night theme for coub website
- Built-in site style editor

The pop-up window contains (extension icon):
- List with added coubs for download in the archive
- Link to your CSS style editor
- General settings

Some functions require authorization via google or vk, of your choice

The project is constantly being improved, new features are added!                    

एक्सटेंशन की मूल जानकारी

नाम MyCoub - Download from Coub Video and Audio MyCoub - Download from Coub Video and Audio
ID gahikeojfodidijbfjdfigekphlkcpjm
आधिकारिक URL https://chromewebstore.google.com/detail/mycoub-download-from-coub/gahikeojfodidijbfjdfigekphlkcpjm
विवरण The way to download Coub videos and music - immediately or separately
फ़ाइल का आकार 1.8 MB
स्थापना संख्या 20,000
वर्तमान संस्करण 2.4.2
अंतिम अपडेट 2022-08-24
प्रकाशन तिथि 2020-05-20
रेटिंग 3.89/5 कुल 333 रेटिंग्स
डेवलपर https://mycoub.ru
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mycoub.ru
सहायता पृष्ठ URL https://vk.com/mycoubru
गोपनीयता नीति पृष्ठ URL https://mycoub.ru/privacy-policy
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "ru",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.4.2",
    "permissions": [
        "tabs",
        "",
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "css\/fonts\/*.*",
        "js\/gif\/*.*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/coub.com\/*",
                "*:\/\/vk.com\/*",
                "*:\/\/mycoub.ru\/*",
                "*:\/\/unitpay.ru\/*"
            ],
            "all_frames": true,
            "css": [
                "css\/fonts.css",
                "css\/introjs.min.css",
                "css\/index.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/capture-video-frame.js",
                "js\/tooltip.js",
                "js\/index.js",
                "js\/intro.js",
                "js\/crypto-js.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/resemble.js",
            "js\/crypto-js.min.js",
            "js\/background.js",
            "js\/gif\/index.js",
            "js\/gif\/worker.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon_active.png",
        "default_title": "\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "icons": {
        "128": "icons\/logo.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}