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 |
| 公式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 |
| Eメール | [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"
} | |