Roblox New Tab & Wallpapers Collection
Roblox New Tab Extension brings a new look to your Chrome browser.
Qu'est-ce que Roblox New Tab & Wallpapers Collection ?
Roblox New Tab & Wallpapers Collection est une extension Chrome développée par Wallpaper New Tab, et sa fonction principale est "Roblox New Tab Extension brings a new look to your Chrome browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Roblox New Tab & Wallpapers Collection
Téléchargez les fichiers d'extension Roblox New Tab & Wallpapers Collection au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
With this free plugin every new chrome tab will meet you in a new wallpaper.
Informations de Base sur l'Extension
Nom | |
ID | noaajeilbedoedkacfmbphcmhkfdmccg |
URL Officiel | https://chrome.google.com/webstore/detail/roblox-new-tab-wallpapers/noaajeilbedoedkacfmbphcmhkfdmccg |
Description | Roblox New Tab Extension brings a new look to your Chrome browser. |
Taille du Fichier | 63.7 KB |
Nombre d'Installations | 874 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2019-09-27 |
Date de Publication | 2019-09-27 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Wallpaper New Tab |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://addiyos.com/privacy-policy.html |
Langues Prises en Charge | en |
manifest.json | |
{ "version": "0.0.3", "default_locale": "en", "icons": { "128": "image\/icon-big.png", "48": "image\/icon-small.png" }, "offline_enabled": true, "browser_action": { "default_icon": "image\/icon-small.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "manifest_version": 2, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "background": { "scripts": [ "js\/roblox.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/use.fontawesome.com https:\/\/stackpath.bootstrapcdn.com https:\/\/cdnjs.cloudflare.com; object-src 'self'" } |