Reverse Youtube Playlist

Ajoute un boutton sur Youtube pour inverser l'ordre des playlists.

Co to jest Reverse Youtube Playlist?

Reverse Youtube Playlist to rozszerzenie Chrome opracowane przez Wolf Creations, a jego główną funkcją jest „Ajoute un boutton sur Youtube pour inverser l'ordre des playlists.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Reverse Youtube Playlist

Pobierz pliki rozszerzeń Reverse Youtube Playlist w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Reverse Youtube Playlist Reverse Youtube Playlist
ID ajhonbaagcobjdmbocblbebcmbmmbfmi
Oficjalny URL https://chrome.google.com/webstore/detail/reverse-youtube-playlist/ajhonbaagcobjdmbocblbebcmbmmbfmi
Opis Ajoute un boutton sur Youtube pour inverser l'ordre des playlists.
Rozmiar pliku 65.94 KB
Liczba instalacji 20,000
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-05-15
Data Publikacji 2014-05-15
Ocena 2.39/5 Łącznie 653 Oceny
Deweloper Wolf Creations
Typ Płatności free
Obsługiwane Języki 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"
    }
}