Downie (Unofficial)
Sends current page to Downie.
Downie (Unofficial) क्या है?
Downie (Unofficial) HelloWorld द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sends current page to Downie."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Downie (Unofficial) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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) |
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" } |