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."입니다.

확장 프로그램 스크린샷

screenshot

Reverse Youtube Playlist 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Reverse Youtube Playlist Reverse Youtube Playlist
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"
    }
}