View Templates
Enjoy Updated Weekly Templates On Your New Tab with View Templates with Yahoo Sponsored Web Search. View Templates will Change…
Hvad er View Templates?
View Templates er en Chrome-udvidelse udviklet af View Templates, og dens hovedfunktion er "Enjoy Updated Weekly Templates On Your New Tab with View Templates with Yahoo Sponsored Web Search. View Templates will Change…".
Udvidelsesskærmbilleder
Download View Templates-udvidelses-CRX-fil
Download View Templates-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | View Templates |
ID | dpnleidgnnnggopdgmgpjocdnefhpoll |
Officiel URL | https://chromewebstore.google.com/detail/view-templates/dpnleidgnnnggopdgmgpjocdnefhpoll |
Beskrivelse | Enjoy Updated Weekly Templates On Your New Tab with View Templates with Yahoo Sponsored Web Search. View Templates will Change… |
Filstørrelse | 419 KB |
Antal Installationer | 32,372 |
Nuværende Version | 1.0.0.3 |
Senest Opdateret | 2023-11-29 |
Udgivelsesdato | 2023-09-12 |
Udvikler | View Templates |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://viewtemplates.com/app/privacy.html |
Understøttede Sprog | 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:;" } } |