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
官方URL 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"
    }
}