What is the name of google chrome rss plugin?

Posted by zeina on Stack Overflow See other posts from Stack Overflow or by zeina
Published on 2010-05-17T09:55:50Z Indexed on 2010/05/17 10:00 UTC
Read the original article Hit count: 115

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about chrome

Related posts about rss