*NEW* Pokemon HD Wallpapers New Tab Theme
Show your pokemon passion with fun new tab wallpapers that theme your browser experience paying tribute to the characters you love.
Τι είναι το *NEW* Pokemon HD Wallpapers New Tab Theme;
Το *NEW* Pokemon HD Wallpapers New Tab Theme είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://browsefx.com, και η κύρια λειτουργία του είναι "Show your pokemon passion with fun new tab wallpapers that theme your browser experience paying tribute to the characters you love.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης *NEW* Pokemon HD Wallpapers New Tab Theme
Λήψη αρχείων επέκτασης *NEW* Pokemon HD Wallpapers New Tab Theme σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
With this extension, you get different HD images of POKEMON on each new tab page! If you have any questions or feedback support can be reached at [email protected] With our extension, you get: 1: A high-res new tab experience 2: Simple, direct search from the new tab page via the tab search box 3: Advertisements and buttons for your favorite merchants right on the new tab page 4: We are search and ad supported! Thanks for your support...
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | hjlffdgmngcblgbmofodlnjnnkonmakf |
Επίσημο URL | https://chrome.google.com/webstore/detail/new-pokemon-hd-wallpapers/hjlffdgmngcblgbmofodlnjnnkonmakf |
Περιγραφή | Show your pokemon passion with fun new tab wallpapers that theme your browser experience paying tribute to the characters you love. |
Μέγεθος Αρχείου | 25.99 KB |
Αριθμός Εγκαταστάσεων | 1,000 |
Τρέχουσα Έκδοση | 4.0.9 |
Τελευταία Ενημέρωση | 2022-01-13 |
Ημερομηνία Δημοσίευσης | 2018-06-14 |
Αξιολόγηση | 3.16/5 Συνολικά 177 Αξιολογήσεις |
Προγραμματιστής | http://browsefx.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://brandthunder.com/privacy |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "*NEW* Pokemon HD Wallpapers New Tab Theme", "version": "4.0.9", "description": "Show your pokemon passion with fun new tab wallpapers that theme your browser experience paying tribute to the characters you love.", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "page": "background.html" }, "browser_action": { "default_title": "*NEW* Pokemon HD Wallpapers New Tab Theme", "default_icon": { "16": "icon16.png", "32": "icon32.png" } }, "chrome_url_overrides": { "newtab": "newtab.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |