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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } |