Douga Getter

You can easily download videos from popular video sites. Just click the extension icon, then select the video you want to download.

Τι είναι το Douga Getter;

Το Douga Getter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.douga-getter.com, και η κύρια λειτουργία του είναι "You can easily download videos from popular video sites. Just click the extension icon, then select the video you want to download.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Douga Getter

Λήψη αρχείων επέκτασης Douga Getter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The Douga Getter provides the functionality to download videos.
Detects all the videos on the page opened in the browser and notifies them on the action button.
When you click the action button, a list of downloadable videos is displayed, then click the video you want to download.
The default setting is not to display video files smaller than 2 MB, so change the setting if necessary.

You can also run a simple user-script for each site for downloading.

Please note that the Douga Getter is not responsible for media content which you download, so we suggest to ensure the copyright and permissions of the media before downloading.


Disclaimer:
We are not responsible for any problems caused by using this extension.
Also, we do not guarantee the operation of this extension. Please use it at your own risk.
The distribution of this extension may be discontinued without prior notice.
We are not responsible for dealing with version upgrades, bug fixes, etc.

Privacy Policy:
We do not save any of your personal information.
We will continue to review our handling of personal information in the future so that we can continue offering this service with confidence.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Douga Getter Douga Getter
ID hhbcihapcmaemjinlbgafnjjihbdmjnf
Επίσημο URL https://chromewebstore.google.com/detail/douga-getter/hhbcihapcmaemjinlbgafnjjihbdmjnf
Περιγραφή You can easily download videos from popular video sites. Just click the extension icon, then select the video you want to download.
Μέγεθος Αρχείου 330 KB
Αριθμός Εγκαταστάσεων 991,760
Τρέχουσα Έκδοση 3.1.6
Τελευταία Ενημέρωση 2019-11-24
Ημερομηνία Δημοσίευσης 2019-11-19
Αξιολόγηση 3.74/5 Συνολικά 136 Αξιολογήσεις
Προγραμματιστής https://www.douga-getter.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.douga-getter.com/
URL της Σελίδας Πολιτικής Απορρήτου https://www.fastestle.com/terms.html
Υποστηριζόμενες Γλώσσες en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Douga Getter",
    "version": "3.1.6",
    "author": "DougaGetter",
    "description": "__MSG_extension_description__",
    "homepage_url": "https:\/\/www.douga-getter.com\/",
    "manifest_version": 2,
    "default_locale": "ja",
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/default_16px_normal.png",
            "32": "images\/default_16px_normal.png"
        },
        "default_title": "__MSG_action_button_default_title__"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/front.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.douga-getter.com\/loader.html*site=*"
            ],
            "js": [
                "js\/internal.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "32": "images\/icon_32.png",
        "128": "images\/icon_128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_security_policy": "default-src 'self' ; img-src 'self' http:\/\/* https:\/\/* data: ; script-src 'self' ; object-src 'self' ; style-src 'self' http:\/\/* https:\/\/* 'unsafe-inline' ; connect-src 'self' http:\/\/* https:\/\/* ;",
    "permissions": [
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}