FileStream.Me - official Chrome extension

Download links with FileStream.Me service

FileStream.Me - official Chrome extension란 무엇입니까?

FileStream.Me - official Chrome extension은(는) https://filestream.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download links with FileStream.Me service"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

FileStream.Me - official Chrome extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This unique application simplifies downloading of your favorite music, movies and software by using the FileStream.Me services.
Our application helps you to spot links that could be downloaded using FileStream.Me.
Just one click will send selected link into your personal account on FileStream.Me immediately.

There are two ways to start downloading of selected file:
- Click on the applications icon (click on the parrot!), insert link and click "Download" button;
- Right click on the link and select "Add to FileStream.Me" from the context menu.

The application supports Magnet links and multiple file storages.                    

확장 프로그램 기본 정보

이름 FileStream.Me - official Chrome extension FileStream.Me - official Chrome extension
ID nkpnfhfaabjfnfabmecmfdedkeoldogp
공식 URL https://chromewebstore.google.com/detail/filestreamme-official-chr/nkpnfhfaabjfnfabmecmfdedkeoldogp
설명 Download links with FileStream.Me service
파일 크기 111 KB
설치 횟수 3,127
현재 버전 1.3.2
최근 업데이트 2017-10-13
출시 날짜 2017-10-13
평점 4.06/5 총 66 개의 평점
개발자 https://filestream.me
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://filestream.me
도움말 페이지 URL https://filestream.me/contacts
개인정보 보호 정책 페이지 URL https://filestream.me/privacy-policy
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.3.2",
    "name": "__MSG_extName__",
    "short_name": "FileStream.Me",
    "description": "__MSG_extDescr__",
    "homepage_url": "https:\/\/filestream.me",
    "default_locale": "en",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhgOvgNF8DKMdUYWosT7e9zji0f4L+zIkVwMFoea7NHQC9pcJMCXNdN7IvpX6a63qQhMCiyfFSe8Alyl373fhZBZ53GzgkLg2H7jSKjO4qkqOE5L3qSVIAg9gYZb\/7x4zhzSgtlGNsU4Y\/IxkzLAp9x1PVTlGqAKhYDHgxejy4qXh5qSF5IbpxJVvzg6hTzSS3a97onbrL\/iipv2WlMAcjUCaydrOLe1K++oGVU9KoO7EYBZm7Su7Sk0m3iakdYjP9QwDGFOxPb+6A5HTn8JEqak\/UuSck+o0VfnTfkAikUDYsxHxZSR6Z58dRarIYwjHtE8VSJerKUB1c0MpmRlupwIDAQAB",
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon_19.png",
            "38": "img\/icon_38.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "FileStream.Me"
    },
    "permissions": [
        "",
        "*:\/\/*\/*",
        "tabs",
        "activeTab",
        "contextMenus",
        "notifications",
        "storage"
    ],
    "web_accessible_resources": [
        "img\/icon_48.png"
    ],
    "background": {
        "scripts": [
            "js\/engine.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "",
                "*:\/\/*\/*"
            ],
            "css": [
                "\/css\/content.css"
            ],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/content.js"
            ]
        }
    ]
}