Download Station - Filer.net
Get all Filer.net links in one string
Vad är Download Station - Filer.net?
Download Station - Filer.net är en Chrome-tillägg utvecklad av sladomic, och dess huvudfunktion är "Get all Filer.net links in one string".
Ladda ner Download Station - Filer.net-förlängningens CRX-fil
Ladda ner Download Station - Filer.net-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Get all Filer.net links in one string (all links will be copied to the clipboard). Grundläggande Information om Tillägg
| Namn | |
| ID | kmejfgibpfncinliojieccbmldkbnajl |
| Officiell webbadress | https://chromewebstore.google.com/detail/download-station-filernet/kmejfgibpfncinliojieccbmldkbnajl |
| Beskrivning | Get all Filer.net links in one string |
| Filstorlek | 32.61 KB |
| Antal Installationer | 32 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2017-01-18 |
| Publiceringsdatum | 2017-01-18 |
| Utvecklare | sladomic |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |