Game Theme: Need For Speed Heat
Only the best HD images of Need For Speed Heat for your tab background.
Τι είναι το Game Theme: Need For Speed Heat;
Το Game Theme: Need For Speed Heat είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Background Designs, και η κύρια λειτουργία του είναι "Only the best HD images of Need For Speed Heat for your tab background.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Game Theme: Need For Speed Heat
Λήψη αρχείων επέκτασης Game Theme: Need For Speed Heat σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
HD images of Need For Speed Heat on every tab! You will get: 1: A HD new tab experience 2: Simple, clean view! No useless tools, tiles or widgets!!! 3: No annoying pop-ups!!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | koboddnpmecmdidlpffaapaaddoiokep |
Επίσημο URL | https://chrome.google.com/webstore/detail/game-theme-need-for-speed/koboddnpmecmdidlpffaapaaddoiokep |
Περιγραφή | Only the best HD images of Need For Speed Heat for your tab background. |
Μέγεθος Αρχείου | 533 KB |
Αριθμός Εγκαταστάσεων | 22 |
Τρέχουσα Έκδοση | 0.38 |
Τελευταία Ενημέρωση | 2019-08-15 |
Ημερομηνία Δημοσίευσης | 2019-08-15 |
Προγραμματιστής | Background Designs |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.newtabgallery.com/support |
URL της Σελίδας Πολιτικής Απορρήτου | https://newtabgallery.com/privacy |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Game Theme: Need For Speed Heat", "version": "0.38", "description": "Only the best HD images of Need For Speed Heat for your tab background.", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Game Theme: Need For Speed Heat", "default_icon": { "16": "icon16.png", "32": "icon32.png" } }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "webNavigation", "tabs", "https:\/\/home.newtabgallery.com\/*" ] } |