Downie (Unofficial)
Sends current page to Downie.
什麼是Downie (Unofficial)?
Downie (Unofficial)是由HelloWorld開發的Chrome擴展程式,該擴展的主要功能是“Sends current page to Downie.”。
擴展截圖
下載Downie (Unofficial)擴展crx文件
下載Downie (Unofficial)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        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.                     擴展基本資訊
| 名稱 |   |  
| ID | khmejfdaiomgikcmbhcjejffhffkgoem | 
| 官方網址 | 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"
}  |  |