Reddit Video Downloader - DotPlays.com

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

Reddit Video Downloader - DotPlays.com란 무엇입니까?

Reddit Video Downloader - DotPlays.com은(는) https://dotplays.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Build an Extension to download Reddit Video with Audio, Gif, Photo ..."입니다.

확장 프로그램 스크린샷

screenshot

Reddit Video Downloader - DotPlays.com 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Reddit Video Downloader - DotPlays.com Reddit Video Downloader - DotPlays.com
ID imokfkfiiedcniaekafpjdbmcgdfedbm
공식 URL https://chromewebstore.google.com/detail/reddit-video-downloader-d/imokfkfiiedcniaekafpjdbmcgdfedbm
설명 Build an Extension to download Reddit Video with Audio, Gif, Photo ...
파일 크기 270 KB
설치 횟수 28
현재 버전 1.2
최근 업데이트 2023-11-06
출시 날짜 2023-01-18
개발자 https://dotplays.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://dotplays.com
도움말 페이지 URL https://t.me/+6qZwcIfU1pU1YThl
개인정보 보호 정책 페이지 URL https://dotsave.app/privacy
지원되는 언어 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\/*"
            ]
        }
    ]
}