BollywoodGurus.com

Latest Bollywood News, Bollywood Gossips, New Movie Trailers, Movie Reviews, Bollywood Box Office, Celebrity Photo shoots for free

Apa itu BollywoodGurus.com?

BollywoodGurus.com adalah ekstensi Chrome yang dikembangkan oleh http://bollywoodgurus.com, dan fitur utamanya adalah "Latest Bollywood News, Bollywood Gossips, New Movie Trailers, Movie Reviews, Bollywood Box Office, Celebrity Photo shoots for free".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi BollywoodGurus.com

Unduh file ekstensi BollywoodGurus.com dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama BollywoodGurus.com BollywoodGurus.com
ID lffolaohbbjeogogclkacbfhhogpgdlk
URL Resmi https://chrome.google.com/webstore/detail/bollywoodguruscom/lffolaohbbjeogogclkacbfhhogpgdlk
Deskripsi Latest Bollywood News, Bollywood Gossips, New Movie Trailers, Movie Reviews, Bollywood Box Office, Celebrity Photo shoots for free
Ukuran File 44 KB
Jumlah Instalasi 44
Versi Saat Ini 1.3
Terakhir Diperbarui 2013-11-10
Tanggal Publikasi 2013-11-10
Penilaian 3.67/5 Total 3 Penilaian
Pengembang http://bollywoodgurus.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://bollywoodgurus.com/
URL Halaman Bantuan http://bollywoodgurus.com/contact.html
Bahasa yang Didukung 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'"
}