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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } |