Downie (Unofficial)

Sends current page to Downie.

Downie (Unofficial) là gì?

Downie (Unofficial) là một tiện ích mở rộng Chrome được phát triển bởi HelloWorld, và tính năng chính của nó là "Sends current page to Downie.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Downie (Unofficial)

Tải xuống các tệp mở rộng Downie (Unofficial) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Downie (Unofficial) Downie (Unofficial)
ID khmejfdaiomgikcmbhcjejffhffkgoem
URL Chính Thức https://chromewebstore.google.com/detail/downie-unofficial/khmejfdaiomgikcmbhcjejffhffkgoem
Mô tả Sends current page to Downie.
Kích Thước Tệp 22.33 KB
Số Lần Cài Đặt 9,000
Phiên Bản Hiện Tại 1.3.2
Cập Nhật Lần Cuối 2023-02-23
Ngày Phát Hành 2023-02-16
Đánh Giá 3.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển HelloWorld
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://code4you.dev/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
}