Pages

Showing posts with label Chrome. Show all posts
Showing posts with label Chrome. Show all posts

How to Make a Chrome Web App for a Website



Google Chrome has an excellent way to quickly access your favourite Web Apps, in this How-To, I show you how to create your own App.

I wanted a web app for Spotify, so I have a nice icon in the launcher and I could also open the app in its own chrome-less window. Sadly, an app for the Spotify web player does not exist on the Chrome Web Store yet.

But you can create a web app for any website on the Internet.
Step 1
Create a folder in your “Downloads” folder on your Chromebook, name the folder after your web app. In this example I’m naming it ‘Spotify’ because I’m creating a Spotify web app.

Step 2

In this folder, download/create an icon for the app (it needs to be a 128×128 PNG file), rename it “icon_128.png”.

Step 3

Now you’ll need to create a plain text file with the following contents. Rename/edit the contents as per your web app.
{
 "name": "App Name",
 "description": "App description (132 characters or less, no HTML)",
 "version": "1.0.0",
 "manifest_version": 2,
 "icons": {
 "128": "icon_128.png"
 },
 "app": {
 "urls": [
 "http://mysubdomain.example.com/"
 ],
 "launch": {
 "web_url": "http://mysubdomain.example.com/"
 }
 }
 }

Step 4

Saved the file, renaming it to “manifest.json” (make sure the .txt file extension is gone).
Spotify Web App

Step 5

Once you have the icon and json file in the folder you should test that it works.
Open the ‘Extensions’ page from Chrome’s Settings menu.  Tick “Developer Mode”. Click “Load Unpacked Extension” and select the web app folder.
The Web App should now be installed on your New Tab page.
Extensions & Web Apps
Please note, you can not delete the web app folder, since Chrome will load the web app from this folder.
Source

Fix installation of codec c or codec v plugin to watch videos


You ever had this problem when try to watch videos online it often says You need to install the codec-c or codec-v plugin!
Is this legitimate or a virus? how do I watch the videos?


The Answer is :

The 'plugin' is not needed to watch videos, It's just an ad covering the video so suggestion is DO NOT INSTALL! 

You can get rid of it by following this tutorial/video:



This will work like a charm! The important thing is that the 'plugin' is most probably a virus so again don't install!

Access blocked YouTube video using ProxTube




ProxTube


Non-US users know the pain of having services blocked from them pretty well, and YouTube is no exception. If you're tired of stumbling on videos you can't watch, ProxTube will fix the problem by unblocking all US-only videos for anyone to see. 


When a person calls up a copyrighted video in non-US, Google displays a disclaimer that blames GEMA: “Unfortunately, this video is not available in Germany because it may contain music for which GEMA has not granted the respective music rights.”        

" ...ProxTube is essentially an extension that automatically routes your YouTube traffic through a proxy server in the US, so YouTube thinks you're visiting the site from a US location. It's not unlike our method of watching the BBC player from another country, it just automates the process for you. Just install it and start browsing YouTube ..."


ProxTube will fix the problem by unblocking all US-only videos for anyone to see.
The extension automatically switches on as soon as the user visit a YouTube page with a blocked video. Instead of the sad smiley, and the hint that this video is not available in their own country the user will see a loading bar and after a few seconds, the requested video loads in normal speed.
Through a Play button the user can turn the feature on and off.


System requirements are for Firefox version 4 or higher, Chrome version 10 or higher.
Unfortunately at the moment, there is no version for other browsers.



ProxTube Main Site


Firefox Addon for ProxTube


Chrome Extension for ProxTube