BollywoodGurus.com
Latest Bollywood News, Bollywood Gossips, New Movie Trailers, Movie Reviews, Bollywood Box Office, Celebrity Photo shoots for free
什么是BollywoodGurus.com?
BollywoodGurus.com是由http://bollywoodgurus.com开发的Chrome扩展程序,该扩展的主要功能是“Latest Bollywood News, Bollywood Gossips, New Movie Trailers, Movie Reviews, Bollywood Box Office, Celebrity Photo shoots for free”。
扩展截图
下载BollywoodGurus.com扩展crx文件
下载BollywoodGurus.com扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Download Official BollywoodGurus.com Chrome extension to get the latest updates of all the happenings in Bollywood. BollywoodGurus.com is a 365x24x7 Premier Entertainment Portal for those who need Bollywood gossip,news,movie Reviews etc. on the go. The site is aiming to be your elite source of entertainment irrespective of where you are in the world, you can still enjoy all the Bollywood news and get to know all happenings right with just a few good mouse clicks. We are a team of passionate entertainers with dire interest in providing up to date information on everything happening across in the world of the golden screen. This is what motivates our purpose behind this initiative. Connect with us and experience Bollywood in an all new way! BollywoodGurus.com is totally Bollywood related website which includes Bollywood News, Gossips, Trailers, Songs, Reviews etc. Powered by http://bollywoodgurus.com
扩展基本信息
名称 | |
ID | lffolaohbbjeogogclkacbfhhogpgdlk |
官方URL | https://chrome.google.com/webstore/detail/bollywoodguruscom/lffolaohbbjeogogclkacbfhhogpgdlk |
简介 | Latest Bollywood News, Bollywood Gossips, New Movie Trailers, Movie Reviews, Bollywood Box Office, Celebrity Photo shoots for free |
文件大小 | 44 KB |
安装次数 | 44 |
当前版本 | 1.3 |
更新时间 | 2013-11-10 |
上架时间 | 2013-11-10 |
评分 | 3.67/5 共3次评分 |
开发者 | http://bollywoodgurus.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://bollywoodgurus.com/ |
帮助页面URL | http://bollywoodgurus.com/contact.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BollywoodGurus.com", "description": "Latest Bollywood News, Bollywood Gossips, New Movie Trailers, Movie Reviews, Bollywood Box Office, Celebrity Photo shoots for free", "version": "1.3", "permissions": [ "http:\/\/bollywoodgurus.com\/*", "notifications", "alarms", "tabs" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/bollywoodgurus.com\/*" ], "js": [ "contentScript.js" ] } ], "icons": { "128": "icon.png" }, "web_accessible_resources": [ "icon.png" ], "background": { "page": "background.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'" } |