BollywoodGurus.com

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

Τι είναι το BollywoodGurus.com;

Το BollywoodGurus.com είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://bollywoodgurus.com, και η κύρια λειτουργία του είναι "Latest Bollywood News, Bollywood Gossips, New Movie Trailers, Movie Reviews, Bollywood Box Office, Celebrity Photo shoots for free".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης BollywoodGurus.com

Λήψη αρχείων επέκτασης 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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα BollywoodGurus.com 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'"
}