Youtube Relist
Lists youtube videos that are unlisted.
Qu'est-ce que Youtube Relist ?
Youtube Relist est une extension Chrome développée par http://fwra.me, et sa fonction principale est "Lists youtube videos that are unlisted.".
Télécharger le fichier CRX de l'extension Youtube Relist
Téléchargez les fichiers d'extension Youtube Relist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension is needed to help add unlisted videos to the database. Head to http://yr.fwra.me/ to search for unlisted videos.
Informations de Base sur l'Extension
Nom | |
ID | cjmpedjkkpihnongpkgkmjiemmpjhndi |
URL Officiel | https://chrome.google.com/webstore/detail/youtube-relist/cjmpedjkkpihnongpkgkmjiemmpjhndi |
Description | Lists youtube videos that are unlisted. |
Taille du Fichier | 39.02 KB |
Nombre d'Installations | 368 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-10-25 |
Date de Publication | 2017-10-25 |
Évaluation | 2.33/5 Total 6 Évaluations |
Développeur | http://fwra.me |
Type de Paiement | free |
Site Web de l'Extension | http://yr.fwra.me/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Relist", "description": "Lists youtube videos that are unlisted.", "version": "1.0", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Youtube Relist" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch?*" ], "js": [ "jquery-3.2.1.min.js", "videoScript.js" ] }, { "matches": [ "http:\/\/yr.fwra.me\/" ], "js": [ "checker.js" ], "run_at": "document_end" } ] } |