3D Wallpapers
3D Wallpapers.
Hvad er 3D Wallpapers?
3D Wallpapers er en Chrome-udvidelse udviklet af Triplex Media, og dens hovedfunktion er "3D Wallpapers.".
Udvidelsesskærmbilleder
Download 3D Wallpapers-udvidelses-CRX-fil
Download 3D Wallpapers-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
Download our really cool 3D New Tab Wallpaper extension, created specifically for fans of cool 3D Wallpapers
Just open a new tab and each new tab will
- Show beautiful 3D new tab home screen wallpapers
- Providing the best search results by changing your search engine on the new tab to Bing
- Easy view time of day
By clicking "Add to chrome", I accept and agree to installing the 3D Wallpapers Chrome extension and setting Chrome™ New Tab to that provided by the service and the Privacy(https://triplex.media/privacy_policy.html) and Terms of Use(https://triplex.media/terms.html).
Triplex Media,
1/60 Park St, Sydney NSW 2000
[email protected] Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | fofbadhopmpnmfbkpmkifnkiahoddapp |
| Officiel URL | https://chromewebstore.google.com/detail/3d-wallpapers/fofbadhopmpnmfbkpmkifnkiahoddapp |
| Beskrivelse | 3D Wallpapers. |
| Filstørrelse | 9.34 MB |
| Antal Installationer | 103,188 |
| Nuværende Version | 0.8 |
| Senest Opdateret | 2021-03-31 |
| Udgivelsesdato | 2020-05-12 |
| Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
| Udvikler | Triplex Media |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | https://triplex.media/privacy_policy.html |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "3D Wallpapers",
"author": "Frooty Studios",
"description": "3D Wallpapers.",
"version": "0.8",
"manifest_version": 2,
"icons": {
"128": "assets\/imgs\/ex_logo_128.png"
},
"chrome_url_overrides": {
"newtab": "views\/tabs\/tabs.html"
},
"browser_action": [],
"background": {
"scripts": [
".\/backgroundScript\/backgroundScript.js"
],
"persistent": true
},
"permissions": []
} | |