Roblox New Tab & Wallpapers Collection
Roblox New Tab Extension brings a new look to your Chrome browser.
What is Roblox New Tab & Wallpapers Collection?
Roblox New Tab & Wallpapers Collection is a Chrome extension developed by Wallpaper New Tab, and its main feature is "Roblox New Tab Extension brings a new look to your Chrome browser.".
Extension Screenshots
Download Roblox New Tab & Wallpapers Collection Extension CRX File
Download Roblox New Tab & Wallpapers Collection extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
With this free plugin every new chrome tab will meet you in a new wallpaper.
Extension Basic Information
Name | |
ID | noaajeilbedoedkacfmbphcmhkfdmccg |
Official URL | https://chrome.google.com/webstore/detail/roblox-new-tab-wallpapers/noaajeilbedoedkacfmbphcmhkfdmccg |
Description | Roblox New Tab Extension brings a new look to your Chrome browser. |
File Size | 63.7 KB |
Installation Count | 874 |
Current Version | 0.0.3 |
Last Updated | 2019-09-27 |
Publish Date | 2019-09-27 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Wallpaper New Tab |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://addiyos.com/privacy-policy.html |
Supported Languages | 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'" } |