Skip to content

Commit

Permalink
add instructinos for enabling local playback
Browse files Browse the repository at this point in the history
  • Loading branch information
igrigorik committed Jun 2, 2015
1 parent 5c4c9eb commit 170a5f5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions options.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,15 @@ <h4>The video controls are not showing up?</h4>
<li>Disable "Adobe Flash Player"</li>
<li>Restart your browser and try playing your video again</li>
</ul>

<h4>The speed controls are not showing up for local videos?</h4>
<p>To enable playback of local media (e.g. File &gt; Open File), you need to grant additional permissions to the extension.</p>

<ul>
<li>In a new tab, navigate to <code>chrome://extensions</code></li>
<li>Find "Video Speed Controller" extension in the list and enable "Allow access to file URLs"</li>
<li>Open a new tab and try opening a local file, the controls should show up</li>
</ul>
</div>
</body>
</html>

0 comments on commit 170a5f5

Please sign in to comment.