Reverse Youtube Playlist
Ajoute un boutton sur Youtube pour inverser l'ordre des playlists.
Reverse Youtube Playlistとは何ですか?
Reverse Youtube PlaylistはWolf Creationsによって開発されたChromeの拡張機能で、その主な機能は「Ajoute un boutton sur Youtube pour inverser l'ordre des playlists.」です。
拡張機能のスクリーンショット
Reverse Youtube Playlist拡張機能のCRXファイルをダウンロード
Reverse Youtube Playlist拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
RYP est une application qui ajoute une icone, au dessus des playlist de Youtube, qui inverse l'ordre de lecture. Elle a été créé suite au visionnage de certaines Playlists (Séries, Web-séries, ...) créé dans l'ordre chronologique. ================================ Dernière mise a jour : 10 mars 2014 - Correction des bugs : + Compatible avec la dernière version de Youtube + Fonctionne en plein écran !!! + Défilement automatique - Ajout de fonctionnalités + Multilingue (fr,en) =================================== Un Bug : http://goo.gl/JOZEJh =================================== Dons : http://goo.gl/oAnMKQ Afin d'aider le développement =================================== Forum : http://goo.gl/U6aC4F =================================== Youtube is a trademark of Google inc.
拡張機能の基本情報
名前 | |
ID | ajhonbaagcobjdmbocblbebcmbmmbfmi |
公式URL | https://chrome.google.com/webstore/detail/reverse-youtube-playlist/ajhonbaagcobjdmbocblbebcmbmmbfmi |
説明 | Ajoute un boutton sur Youtube pour inverser l'ordre des playlists. |
ファイルサイズ | 65.94 KB |
インストール数 | 20,000 |
現在のバージョン | 1.0 |
最終更新日 | 2014-05-15 |
公開日 | 2014-05-15 |
評価 | 2.39/5 合計 653 レビュー |
開発者 | Wolf Creations |
支払い方法 | free |
対応言語 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reverse Youtube Playlist", "default_locale": "fr", "version": "1.0", "description": "__MSG_ryp_description__", "icons": { "128": "images\/128.png", "16": "images\/16.png", "48": "images\/48.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/watch*" ], "css": [ "yt_add.css" ], "js": [ "libs\/jquery.js", "main.js", "libs\/jquery.sprintf.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "yt_add.css", "libs\/jquery.js", "libs\/jquery.sprintf.js", "main.js" ], "manifest_version": 2, "page_action": { "default_icon": { "16": "images\/16.png", "19": "images\/19t.png", "48": "images\/48.png" }, "default_title": "Reverse Youtube Playlist" } } |