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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

simple put.io 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        A simple chrome extension for Put.io.                    

확장 프로그램 기본 정보

이름 simple put.io simple put.io
ID ndplpdcmieejddbajolphphlbgfgjmho
공식 URL 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\/*"
    ]
}