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文件

下載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.                    

擴展基本資訊

名稱 Reverse Youtube Playlist Reverse Youtube Playlist
ID ajhonbaagcobjdmbocblbebcmbmmbfmi
官方網址 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"
    }
}