Downie (Unofficial)
Sends current page to Downie.
Downie (Unofficial)คืออะไร?
Downie (Unofficial) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HelloWorld และคุณลักษณะหลักของมันคือ "Sends current page to Downie."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Downie (Unofficial)
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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" } |