Download Station - Filer.net

Get all Filer.net links in one string

Co to jest Download Station - Filer.net?

Download Station - Filer.net to rozszerzenie Chrome opracowane przez sladomic, a jego główną funkcją jest „Get all Filer.net links in one string”.

Pobierz plik CRX rozszerzenia Download Station - Filer.net

Pobierz pliki rozszerzeń Download Station - Filer.net w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Get all Filer.net links in one string (all links will be copied to the clipboard).                    

Podstawowe informacje o rozszerzeniu

Nazwa Download Station - Filer.net Download Station - Filer.net
ID kmejfgibpfncinliojieccbmldkbnajl
Oficjalny URL https://chromewebstore.google.com/detail/download-station-filernet/kmejfgibpfncinliojieccbmldkbnajl
Opis Get all Filer.net links in one string
Rozmiar pliku 32.61 KB
Liczba instalacji 32
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-01-18
Data Publikacji 2017-01-18
Deweloper sladomic
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Download Station - Filer.net",
    "description": "Get all Filer.net links in one string",
    "version": "1.0",
    "browser_action": {
        "default_title": "Copy the Filer.net links to clipboard"
    },
    "background": {
        "scripts": [
            "jquery-2.1.3.min.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}