views:

16

answers:

2

I want to detect if the user has already installed google chrome rss plugin or not. I want to do this using javascript like this :

if (navigator.plugins[rss_chrome_plugin _name]) { // do some stuff if it is installed }

The problem is that I don't know the name of the plugin.Any help?

A: 

"RSS Subscription Extension (by Google)"
ID: nlbjncdgjeocebhnmkbbbdekmmmcbfjd

Coronatus
A: 

Hi, FYI. This link will gives you the details what you expect.

http://www.chromium.org/developers/how-tos/chrome-frame-getting-started

Jothi
I did not understand,how is this link related to chrome rss plugin?Can you please add more details?
zeina