God of High School New Tab SHow Theme
Includes HD images from the God Of High School on every new background
Τι είναι το God of High School New Tab SHow Theme;
Το God of High School New Tab SHow Theme είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Brand Thunder Tabs, και η κύρια λειτουργία του είναι "Includes HD images from the God Of High School on every new background".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης God of High School New Tab SHow Theme
Λήψη αρχείων επέκτασης God of High School New Tab SHow Theme σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Install this extension to get different The God Of Highschool images on each tab page! QUESTIONS? -> [email protected] With our extension, you get a high-res new tab experience. We are search and ad supported so thanks for your support!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | hobpfpikpgjfpphpejnpionaclcogkih |
Επίσημο URL | https://chrome.google.com/webstore/detail/god-of-high-school-new-ta/hobpfpikpgjfpphpejnpionaclcogkih |
Περιγραφή | Includes HD images from the God Of High School on every new background |
Μέγεθος Αρχείου | 446 KB |
Αριθμός Εγκαταστάσεων | 128 |
Τρέχουσα Έκδοση | 4.0.9 |
Τελευταία Ενημέρωση | 2020-12-29 |
Ημερομηνία Δημοσίευσης | 2020-08-07 |
Αξιολόγηση | 4.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Brand Thunder Tabs |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | http://support.brandthunder.com |
URL της Σελίδας Πολιτικής Απορρήτου | http://brandthunder.com/privacy |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "God of High School New Tab SHow Theme", "version": "4.0.9", "description": "Includes HD images from the God Of High School on every new background", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "page": "background.html" }, "browser_action": { "default_title": "God of High School New Tab SHow 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'" } |