Game of Thrones Tribute New Tab

A better new tab experience with Game of Thrones Tribute

Τι είναι το Game of Thrones Tribute New Tab;

Το Game of Thrones Tribute New Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://brandthunder.com, και η κύρια λειτουργία του είναι "A better new tab experience with Game of Thrones Tribute".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Game of Thrones Tribute New Tab

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

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

                        Install this extension to get HD images of GAME OF THRONES on every new tab background! 
 
QUESTIONS? ->  [email protected]

With our extension, you get a high-res new tab experience. We are search and ad supported.                    

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

Όνομα Game of Thrones Tribute New Tab Game of Thrones Tribute New Tab
ID odepbcbbfdambiapaeiehfghibdaenbl
Επίσημο URL https://chrome.google.com/webstore/detail/game-of-thrones-tribute-n/odepbcbbfdambiapaeiehfghibdaenbl
Περιγραφή A better new tab experience with Game of Thrones Tribute
Μέγεθος Αρχείου 26.02 KB
Αριθμός Εγκαταστάσεων 281
Τρέχουσα Έκδοση 4.0.7
Τελευταία Ενημέρωση 2020-05-22
Ημερομηνία Δημοσίευσης 2020-05-22
Αξιολόγηση 2.85/5 Συνολικά 27 Αξιολογήσεις
Προγραμματιστής http://brandthunder.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας http://support.brandthunder.com/brandthunder
URL της Σελίδας Πολιτικής Απορρήτου http://brandthunder.com/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Game of Thrones Tribute New Tab",
    "version": "4.0.7",
    "description": "A better new tab experience with Game of Thrones Tribute",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Game of Thrones Tribute New Tab",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}