Reddit Video Downloader - DotPlays.com

Build an Extension to download Reddit Video with Audio, Gif, Photo ...

Wat is Reddit Video Downloader - DotPlays.com?

Reddit Video Downloader - DotPlays.com is een Chrome-extensie ontwikkeld door https://dotplays.com, en de belangrijkste functie is "Build an Extension to download Reddit Video with Audio, Gif, Photo ...".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Reddit Video Downloader - DotPlays.com

Download Reddit Video Downloader - DotPlays.com-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Download Reddit Video with Sound, Gif, Image 
Reddit post downloader with 1 CLICK and 100% Free
Yes, You can use link which you copy from Reddit website or mobile app
Where are videos saved after being downloaded?
When you're downloading files, they are usually saved into whatever folder you have set as your default. Your browser normally sets this folder for you. In browser settings, you can change and choose manually then destination folder for your downloaded Reddit videos.

Does the website store downloaded videos or keep a copy of videos?
dotPLAYS.com doesn't store videos, neither do i keep copies of downloaded videos. All videos are hosted on Reddit's servers. Also, i don't keep track of the download histories of our users, thus making using dotPLAYS.com totally anonymous.                    

Basisinformatie over de Extensie

Naam Reddit Video Downloader - DotPlays.com Reddit Video Downloader - DotPlays.com
ID imokfkfiiedcniaekafpjdbmcgdfedbm
Officiële URL https://chromewebstore.google.com/detail/reddit-video-downloader-d/imokfkfiiedcniaekafpjdbmcgdfedbm
Beschrijving Build an Extension to download Reddit Video with Audio, Gif, Photo ...
Bestandsgrootte 270 KB
Aantal Installaties 28
Huidige Versie 1.2
Laatst Bijgewerkt 2023-11-06
Publicatiedatum 2023-01-18
Ontwikkelaar https://dotplays.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://dotplays.com
Help Pagina-URL https://t.me/+6qZwcIfU1pU1YThl
URL van de Privacybeleid Pagina https://dotsave.app/privacy
Ondersteunde Talen en-US
manifest.json
{
    "action": {
        "default_popup": "popup.html",
        "default_icon ": {
            "128": "icons\/128tt.png",
            "16": "icons\/16tt.png",
            "64": "icons\/64tt.png",
            "48": "icons\/48tt.png"
        },
        "default_title": "Video Downloader for Reddit - DotPlays.com"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.reddit.com\/r\/*\/comments\/*\/*"
            ],
            "css": [
                "linkstyle.css"
            ],
            "run_at": "document_idle",
            "js": [
                "linkadderspecific.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.reddit.com\/*"
            ],
            "css": [
                "linkstyle.css"
            ],
            "run_at": "document_idle",
            "js": [
                "linkadder.js"
            ]
        }
    ],
    "description": "Build an Extension to download Reddit Video with Audio, Gif, Photo ...",
    "host_permissions": [
        "https:\/\/www.reddit.com\/*"
    ],
    "icons": {
        "128": "icons\/128tt.png",
        "16": "icons\/16tt.png",
        "48": "icons\/48tt.png",
        "64": "icons\/64tt.png"
    },
    "manifest_version": 3,
    "name": "Reddit Video Downloader - DotPlays.com",
    "permissions": [
        "activeTab",
        "scripting",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2",
    "web_accessible_resources": [
        {
            "resources": [
                "xrpa-data-module\/*"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.pinterest.com\/*",
                "*:\/\/*.reddit.com\/*",
                "*:\/\/*.aliyuncs.com\/*"
            ]
        }
    ]
}