Spring Fest

Renewed and Refresh. Catchup latest news and notifications about Spring Fest 2016 here!!!

Τι είναι το Spring Fest;

Το Spring Fest είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://springfest.in, και η κύρια λειτουργία του είναι "Renewed and Refresh. Catchup latest news and notifications about Spring Fest 2016 here!!!".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Spring Fest

Λήψη αρχείων επέκτασης Spring Fest σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The 57th edition of one of the largest social and cultural festival of India presents Spring Fest chrome extension. Amidst all the fun and frolics stay connected to Spring Fest 2016 directly through your favorite browser and never miss any news. 

Stay Tuned!!!

Turn off notification when not needed.                    

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

Όνομα Spring Fest Spring Fest
ID ehdplhcjeogffcpccbhhgfpffmopmabi
Επίσημο URL https://chromewebstore.google.com/detail/spring-fest/ehdplhcjeogffcpccbhhgfpffmopmabi
Περιγραφή Renewed and Refresh. Catchup latest news and notifications about Spring Fest 2016 here!!!
Μέγεθος Αρχείου 212 KB
Αριθμός Εγκαταστάσεων 21
Τρέχουσα Έκδοση 2.2.2
Τελευταία Ενημέρωση 2016-01-27
Ημερομηνία Δημοσίευσης 2016-01-27
Αξιολόγηση 4.94/5 Συνολικά 18 Αξιολογήσεις
Προγραμματιστής https://springfest.in
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.springfest.in/
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "name": "Spring Fest",
    "description": "Renewed and Refresh. Catchup latest news and notifications about Spring Fest 2016 here!!!",
    "version": "2.2.2",
    "browser_action": {
        "default_icon": "img\/logo48.png",
        "default_popup": "popup.html",
        "default_title": "Spring Fest 2016"
    },
    "icons": {
        "48": "img\/logo48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*"
            ],
            "js": [
                "js\/jquery-1.10.2.js"
            ]
        }
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "http:\/\/springfest.in\/chrome_extension_backendfiles_sadasdasasdjahsd\/",
        "activeTab",
        "history",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/www.youtube.com\/user\/SpringFestForever\/videos",
        "tabs",
        "notifications",
        "storage"
    ]
}