G2Movies

Add top rated movies to Google homepage.

Τι είναι το G2Movies;

Το G2Movies είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον g2moviesext, και η κύρια λειτουργία του είναι "Add top rated movies to Google homepage.".

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

screenshot

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

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

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

                        Not sure what to watch for the day? Need to relax and watch a good movie? Installs and use G2Movies extension that shows you top-rated movies every day on your homepage.

We will get you a list of the best films all time ranked by IMDB and Rotten Tomatoes. You choose what to watch and share your thoughts! It is easy this day to miss a good cinematographic masterpiece but not with G2Movies. 

How does it work? We simply add the list of movies in your Google Homepage for easier and convenient access                    

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

Όνομα G2Movies G2Movies
ID jefaeiiljgpblhdmbkkhikiahhoobalg
Επίσημο URL https://chrome.google.com/webstore/detail/g2movies/jefaeiiljgpblhdmbkkhikiahhoobalg
Περιγραφή Add top rated movies to Google homepage.
Μέγεθος Αρχείου 14.03 KB
Αριθμός Εγκαταστάσεων 40,000
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2022-07-02
Ημερομηνία Δημοσίευσης 2022-03-02
Αξιολόγηση 4.75/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής g2moviesext
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://g2movies.info/privacy_policy.php
Υποστηριζόμενες Γλώσσες de,en,fr,nl,no,da,es,it,pt-BR,fi,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.2",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/sw.js"
    },
    "icons": {
        "128": "assets\/logo-128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/cs.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.google.de\/*",
                "https:\/\/www.google.com\/*",
                "https:\/\/www.google.fr\/*",
                "https:\/\/www.google.com.mx\/*",
                "https:\/\/www.google.co.in\/*",
                "https:\/\/www.google.it\/*",
                "https:\/\/www.google.es\/*",
                "https:\/\/www.google.com.br\/*",
                "https:\/\/www.google.co.uk\/*",
                "https:\/\/www.google.nl\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/trailers.js"
            ],
            "matches": [
                "https:\/\/www.google.de\/*",
                "https:\/\/www.google.com\/*",
                "https:\/\/www.google.fr\/*",
                "https:\/\/www.google.com.mx\/*",
                "https:\/\/www.google.co.in\/*",
                "https:\/\/www.google.it\/*",
                "https:\/\/www.google.es\/*",
                "https:\/\/www.google.com.br\/*",
                "https:\/\/www.google.co.uk\/*",
                "https:\/\/www.google.nl\/*"
            ]
        }
    ]
}