simple put.io
Send download links directly to Put.io.
什麼是simple put.io?
simple put.io是由atheius開發的Chrome擴展程式,該擴展的主要功能是“Send download links directly to Put.io.”。
擴展截圖
下載simple put.io擴展crx文件
下載simple put.io擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A simple chrome extension for Put.io. 擴展基本資訊
| 名稱 | |
| ID | ndplpdcmieejddbajolphphlbgfgjmho |
| 官方網址 | https://chromewebstore.google.com/detail/simple-putio/ndplpdcmieejddbajolphphlbgfgjmho |
| 簡介 | Send download links directly to Put.io. |
| 檔案大小 | 849 KB |
| 安裝次數 | 124 |
| 目前版本 | 1.0 |
| 更新時間 | 2019-07-12 |
| 上架時間 | 2019-07-12 |
| 開發者 | atheius |
| 付費類型 | free |
| 擴展官網 | https://atheius.github.io/simple-putio/ |
| 支援的語言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "simple put.io",
"description": "Send download links directly to Put.io.",
"version": "1.0",
"browser_action": {
"default_icon": "assets\/images\/icon-16.png",
"default_popup": "index.html"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "assets\/images\/icon-16.png",
"19": "assets\/images\/icon-19.png",
"48": "assets\/images\/icon-48.png",
"128": "assets\/images\/icon-128.png"
},
"permissions": [
"identity",
"storage",
"https:\/\/api.put.io\/*",
"contextMenus",
"downloads",
"background",
"notifications",
"clipboardWrite",
"downloads",
"alarms"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"web_accessible_resources": [
"assets\/css\/*",
"assets\/js\/*",
"assets\/fonts\/*"
]
} | |