Downie (Unofficial)

Sends current page to Downie.

ما هو Downie (Unofficial)؟

Downie (Unofficial) هو إضافة Chrome تم تطويرها بواسطة HelloWorld، والميزة الرئيسية لها هي "Sends current page to Downie.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Downie (Unofficial)

قم بتنزيل ملفات الامتداد Downie (Unofficial) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
}