<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>chrometricks.net &#187; youtube</title>
	<atom:link href="http://chrometricks.net/tag/youtube/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrometricks.net</link>
	<description>Chrome Tips &#038; Tricks</description>
	<lastBuildDate>Thu, 24 Mar 2011 12:46:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>How to Add YouTube Video Search Engine in Google Chrome</title>
		<link>http://chrometricks.net/how-to-add-youtube-video-search-engine-in-google-chrome/</link>
		<comments>http://chrometricks.net/how-to-add-youtube-video-search-engine-in-google-chrome/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 03:00:15 +0000</pubDate>
		<dc:creator>AZ</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://chrometricks.net/?p=126</guid>
		<description><![CDATA[Another cool feature of Google Chrome is that you can add or edit Search Engines on Google Chrome in very simple and easy steps. Today i will tell you how to add YouTube Video Search Engine to Google Chrome. Here we are with the steps you would follow to add YouTube Search Engine: 1 &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>Another cool feature of Google Chrome is that you can add or edit Search Engines on Google Chrome in very simple and easy steps. Today i will tell you how to add YouTube Video Search Engine to Google Chrome.</p>
<p><img alt="how to add youtube search engine to google chrome" src="http://chrometricks.net/images/add_youtube_search_engine_to_google_chrome.gif" class="alignnone" width="475" height="350" /><br />
<span id="more-126"></span><br />
Here we are with the steps you would follow to add YouTube Search Engine:</p>
<p>1 &#8211; Click The Tool button and then select Option.<br />
2 &#8211; Click the Basics tab.<br />
3 &#8211; Click the Manage button in the Default search section. The Search Engines dialog box opens.</p>
<p>There is another simple,easy and quick way to open Search Engine dialog box.</p>
<p>Just right-click the web address area on the address box and select Edit search engines to open the Search Engines dialog box. Simple isn&#8217;t it?</p>
<p>To add a new search Engine click Add button on Search Engine Dialog Box and enter the following options.</p>
<p>Name : YouTube<br />
Keyword : Youtube<br />
URL : http://www.youtube.com/results?search_query=%s</p>
<p>Thats it. YouTube video search engine has been added to your google chrome.</p>
<p>One more thing if you want to make YouTube search engine your Default search engine then select YouTube in Search Engine dialog box and press Make Default button and then close the dialog box by clicking on close button.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrometricks.net/how-to-add-youtube-video-search-engine-in-google-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download YouTube Videos in Chrome</title>
		<link>http://chrometricks.net/download-youtube-videos-in-chrome/</link>
		<comments>http://chrometricks.net/download-youtube-videos-in-chrome/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 07:34:59 +0000</pubDate>
		<dc:creator>AZ</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://chrometricks.net/?p=70</guid>
		<description><![CDATA[After having one of those &#8216;Download Video from YouTube&#8217; sites many moons ago, i thought i&#8217;d check the code and see what could be done for Chrome as yes it can be done. Create a new bookmark and call it &#8220;Download YouTube&#8221; or something you will remember, then for the address field paste: Quote: javascript:window.location.href [...]]]></description>
			<content:encoded><![CDATA[<p>After having one of those &#8216;Download Video from YouTube&#8217; sites many moons ago, i thought i&#8217;d check the code and see what could be done for Chrome as yes it can be done.</p>
<p>Create a new bookmark and call it &#8220;Download YouTube&#8221; or something you will remember, then for the address field paste:</p>
<p>Quote:</p>
<blockquote><p>javascript:window.location.href = &#8216;http://youtube.com/get_video?video_id=&#8217; + swfArgs['video_id']+ &#8220;&amp;l=&#8221; + swfArgs['l'] + &#8220;&amp;sk=&#8221; + swfArgs['sk'] + &#8216;&amp;fmt_map&#8217; + swfArgs['fmt_map'] + &#8216;&amp;t=&#8217; + swfArgs['t'];</p></blockquote>
<p>Then save your bookmark. Next go to the YouTube video you want to download, when it starts playing click your &#8220;Download YouTube&#8221; bookmark and you will see the .flv start to download in Chrome&#8217;s download status bar.</p>
<p><img class="alignnone" src="http://www.chrometricks.net/images/download-youtube.png" alt="" width="445" height="255" /><br />
<span id="more-70"></span></p>
<p><strong>Download Youtube Videos in MP4</strong><br />
With a bit of tinkering around with the above code, also downloading the video in MP4 is possible.</p>
<p>Same as above, create a new bookmark (It&#8217;s probably best to name the above Download YouTube in FLV and then name this one Download YouTube in MP4) then add the following code in the address field:</p>
<p>Quote:</p>
<blockquote><p>javascript:window.location.href = &#8216;http://youtube.com/get_video?video_id=&#8217; + swfArgs['video_id']+ &#8220;&#038;fmt=18&#8243; + &#8220;&#038;l=&#8221; + swfArgs['l'] + &#8220;&#038;sk=&#8221; + swfArgs['sk'] + &#8216;&#038;fmt_map&#8217; + swfArgs['fmt_map'] + &#8216;&#038;t=&#8217; + swfArgs['t'];</p></blockquote>
<p>Save then use the same way as the above.<br />
<!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://chrometricks.net/download-youtube-videos-in-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

