DailyHack
Permet de télécharger vos vidéos sur Dailymotion
Wat is DailyHack?
DailyHack is een Chrome-extensie ontwikkeld door https://dyrk.org, en de belangrijkste functie is "Permet de télécharger vos vidéos sur Dailymotion".
Extensie Screenshots
Download het CRX-bestand van de extensie DailyHack
Download DailyHack-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
Telecharger en 2 clicks n'importe quelle vidéo sur Dailymotion Download easily dailymotion video
Basisinformatie over de Extensie
Naam | DailyHack |
ID | fdijcablgddipbhclbfilebfmccpiflf |
Officiële URL | https://chromewebstore.google.com/detail/dailyhack/fdijcablgddipbhclbfilebfmccpiflf |
Beschrijving | Permet de télécharger vos vidéos sur Dailymotion |
Bestandsgrootte | 25.41 KB |
Aantal Installaties | 10 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-03-29 |
Publicatiedatum | 2016-03-29 |
Ontwikkelaar | https://dyrk.org |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "dailyhack.png" }, "content_scripts": [ { "js": [ "js\/crack.js" ], "matches": [ "*:\/\/*.dailymotion.com\/*", "*:\/\/*.dailymotion.com\/*" ] } ], "description": "Permet de t\u00e9l\u00e9charger vos vid\u00e9os sur Dailymotion", "icons": { "128": "dailyhack.png", "16": "dailyhack.png", "48": "dailyhack.png" }, "manifest_version": 2, "name": "DailyHack", "author": "Dave Hill", "homepage_url": "http:\/\/dyrk.org", "permissions": [ "*:\/\/*.dailymotion.com\/*", "*:\/\/*.dailymotion.com\/*" ], "version": "1.0" } |