Downie (Unofficial)

Sends current page to Downie.

Downie (Unofficial)란 무엇입니까?

Downie (Unofficial)은(는) HelloWorld에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sends current page to Downie."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Downie (Unofficial) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Browser Extensions used in Downie.

PS:
1. This is not the official version.
2. For unsupported sites, clicking on the Downie icon will not open Downie and a message will be displayed
=============================
Important:
We had to lock the download of YouTube videos because of restrictions of the Chrome Store.
There are always videos which are protected by the sites and cannot be downloaded.                    

확장 프로그램 기본 정보

이름 Downie (Unofficial) Downie (Unofficial)
ID khmejfdaiomgikcmbhcjejffhffkgoem
공식 URL https://chromewebstore.google.com/detail/downie-unofficial/khmejfdaiomgikcmbhcjejffhffkgoem
설명 Sends current page to Downie.
파일 크기 22.33 KB
설치 횟수 9,000
현재 버전 1.3.2
최근 업데이트 2023-02-23
출시 날짜 2023-02-16
평점 3.75/5 총 4 개의 평점
개발자 HelloWorld
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://code4you.dev/privacy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon16.png",
        "default_title": "Open With Downie",
        "theme_icons": [
            {
                "dark": "downie_16x16_white.png",
                "light": "downie_16x16.png",
                "size": 32
            }
        ]
    },
    "description": "Sends current page to Downie.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 3,
    "name": "Downie (Unofficial)",
    "permissions": [
        "contextMenus",
        "tabs",
        "notifications"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.3.2"
}