<?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; Videos</title>
	<atom:link href="http://chrometricks.net/tag/videos/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>5 Easy Way To Improve Google Chrome Experience [Video]</title>
		<link>http://chrometricks.net/5-easy-way-to-improve-google-chrome-experience-video/</link>
		<comments>http://chrometricks.net/5-easy-way-to-improve-google-chrome-experience-video/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 09:17:57 +0000</pubDate>
		<dc:creator>AZ</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tips and tricks]]></category>

		<guid isPermaLink="false">http://chrometricks.net/?p=124</guid>
		<description><![CDATA[Google Chrome is a goldmine of tweaks and tricks. Here is a video that will takes you through 5 easy ways to improve your Chrome experience.]]></description>
			<content:encoded><![CDATA[<p><embed src="http://www.youtube.com/v/vY_EEbSB_GU&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="375"></embed></p>
<p>Google Chrome is a goldmine of tweaks and tricks. Here is a video that will takes you through 5 easy ways to improve your Chrome experience.<br />
<span id="more-124"></span><br />
<!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://chrometricks.net/5-easy-way-to-improve-google-chrome-experience-video/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>
		<item>
		<title>The Idea and Developer Team behind Google Chrome</title>
		<link>http://chrometricks.net/the-idea-and-developer-team-behind-google-chrome/</link>
		<comments>http://chrometricks.net/the-idea-and-developer-team-behind-google-chrome/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 09:37:07 +0000</pubDate>
		<dc:creator>AZ</dc:creator>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[behind]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[story]]></category>
		<category><![CDATA[team]]></category>

		<guid isPermaLink="false">http://chrometricks.net/?p=7</guid>
		<description><![CDATA[Watch a video from the development team on the thinking and features behind Google Chrome.]]></description>
			<content:encoded><![CDATA[<p><P align="center"><!--adsense--></p>
<p><embed src="http://www.youtube.com/v/JGmO7Oximw8&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="300"></embed></p>
<p><span id="more-7"></span><br />
Watch a video from the development team on the thinking and features behind Google Chrome.</p>
<p><P align="center"><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://chrometricks.net/the-idea-and-developer-team-behind-google-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Features of Google Chrome [Official Video]</title>
		<link>http://chrometricks.net/10-features-of-google-chrome-official-video/</link>
		<comments>http://chrometricks.net/10-features-of-google-chrome-official-video/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 08:36:40 +0000</pubDate>
		<dc:creator>AZ</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[10]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[explorer]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[use]]></category>

		<guid isPermaLink="false">http://chrometricks.net/?p=3</guid>
		<description><![CDATA[Official Video from Google about 10 features about using Google Chrome. You can find further videos and other tips on http://www.google.com/chrome.]]></description>
			<content:encoded><![CDATA[<p align="center"><!--adsense--></p>
<p><embed src="http://www.youtube.com/v/Xlh8gSF_hhE&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="300"></embed></p>
<p><span id="more-3"></span></p>
<p>Official Video from Google about 10 features about using Google Chrome. You can find further videos and other tips on <a href="http://www.google.com/chrome">http://www.google.com/chrome</a>.</p>
<p align="center"><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://chrometricks.net/10-features-of-google-chrome-official-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

