Megafile
Pobieranie plików bezpośrednio z poziomu przeglądarki!
Wat is Megafile?
Megafile is een Chrome-extensie ontwikkeld door https://megafile.pl, en de belangrijkste functie is "Pobieranie plików bezpośrednio z poziomu przeglądarki!".
Extensie Screenshots
Download het CRX-bestand van de extensie Megafile
Download Megafile-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | jjahfnihdeneokaenhkplkpjbdnclkdd |
Officiële URL | https://chrome.google.com/webstore/detail/megafile/jjahfnihdeneokaenhkplkpjbdnclkdd |
Beschrijving | Pobieranie plików bezpośrednio z poziomu przeglądarki! |
Bestandsgrootte | 667 KB |
Aantal Installaties | 16 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2016-10-01 |
Publicatiedatum | 2016-10-01 |
Ontwikkelaar | https://megafile.pl |
Betalingswijze | free |
Ondersteunde Talen | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Megafile", "description": "Pobieranie plik\u00f3w bezpo\u015brednio z poziomu przegl\u0105darki!", "version": "1.1", "browser_action": { "default_icon": "data\/images\/icon.png", "default_popup": "data\/html\/login.html" }, "icons": { "16": "data\/images\/icon.png", "48": "data\/images\/icon48.png", "128": "data\/images\/icon128.png" }, "background": { "scripts": [ "data\/vendor\/jquery-3.1.0.min.js", "data\/js\/helperFunctions.js", "data\/js\/onBrowserStartEvents.js", "data\/js\/contextMenu.js" ] }, "content_scripts": [ { "js": [ "data\/vendor\/jquery-3.1.0.min.js", "data\/js\/content_scripts.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "permissions": [ "*:\/\/*\/*", "tabs", "contextMenus", "notifications", "storage", "downloads", "https:\/\/*.megafile.pl\/" ], "web_accessible_resources": [ "data\/*" ] } |