Toogles

Redirect YouTube URLs to Toogl.es for fun and profit

什麼是Toogles?

Toogles是由Mike Crittenden開發的Chrome擴展程式,該擴展的主要功能是“Redirect YouTube URLs to Toogl.es for fun and profit”。

擴展截圖

screenshot

下載Toogles擴展crx文件

下載Toogles擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Toogles (http://toogl.es) is a super fast minimal alternative interface for YouTube. It's refreshingly different than the bulk of YouTube.com.

This extension just redirects you to the Toogles version of any YouTube video that you open (it ignores all other YouTube pages such as playlists and users). That's it. No hidden features or sketchy permissions or anything like that.

If you really want to view a video on YouTube you can click the video's title on Toogles to force it that once (or just add &toogles=0 to the end of the YouTube video URL).

Open source on GitHub: http://bit.ly/TbTJBm                    

擴展基本資訊

名稱 Toogles Toogles
ID kljfdbkcacjeogbiiiikahgkmmlgdekf
官方網址 https://chrome.google.com/webstore/detail/toogles/kljfdbkcacjeogbiiiikahgkmmlgdekf
簡介 Redirect YouTube URLs to Toogl.es for fun and profit
檔案大小 9.62 KB
安裝次數 1,522
目前版本 1.1.1
更新時間 2015-05-11
上架時間 2015-05-11
評分 4.25/5 共 20 次評分
開發者 Mike Crittenden
電子郵箱 [email protected]
付費類型 free
擴展官網 http://toogl.es
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Toogles",
    "manifest_version": 2,
    "description": "Redirect YouTube URLs to Toogl.es for fun and profit",
    "version": "1.1.1",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.youtube.com\/watch*"
    ],
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    }
}