View Templates
Enjoy Updated Weekly Templates On Your New Tab with View Templates with Yahoo Sponsored Web Search. View Templates will Change…
Cos'è View Templates?
View Templates è un'estensione di Chrome sviluppata da View Templates, e la sua funzione principale è "Enjoy Updated Weekly Templates On Your New Tab with View Templates with Yahoo Sponsored Web Search. View Templates will Change…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione View Templates
Scarica i file di estensione View Templates in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Enjoy Updated Weekly Templates On Your New Tab with View Templates with Yahoo Sponsored Web Search. View Templates will Change Your New Tab Page with Yahoo Web Search & Weekly Updated Templates. You can view our privacy policy here: https://viewtemplates.com/app/privacy.html
Informazioni di Base sull'Estensione
Nome | View Templates |
ID | dpnleidgnnnggopdgmgpjocdnefhpoll |
URL Ufficiale | https://chromewebstore.google.com/detail/view-templates/dpnleidgnnnggopdgmgpjocdnefhpoll |
Descrizione | Enjoy Updated Weekly Templates On Your New Tab with View Templates with Yahoo Sponsored Web Search. View Templates will Change… |
Dimensione del File | 419 KB |
Conteggio Installazioni | 32,372 |
Versione Corrente | 1.0.0.3 |
Ultimo Aggiornamento | 2023-11-29 |
Data di Pubblicazione | 2023-09-12 |
Sviluppatore | View Templates |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://viewtemplates.com/app/privacy.html |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0.3", "manifest_version": 3, "short_name": "View Templates", "name": "View Templates", "background": { "service_worker": "install_service.js" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "web_accessible_resources": [ { "matches": [ "*:\/\/*.viewtemplates.com\/*" ], "resources": [ "*.json", "favicon.ico" ] } ], "content_security_policy": { "extension_pages": "default-src 'self' 'unsafe-inline' https:\/\/viewtemplates.com; media-src https:\/\/templates.viewtemplates.com https:\/\/viewtemplates.com; connect-src 'self' https:\/\/www.googleadservices.com https:\/\/viewtemplates.com https:\/\/templates.viewtemplates.com; script-src 'self'; object-src 'self'; img-src 'self' https:\/\/viewtemplates.com * data:;" } } |