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」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } } |