CloudKid Theme - New Tab Video Wallpaper
CloudKid Theme
What is CloudKid Theme - New Tab Video Wallpaper?
CloudKid Theme - New Tab Video Wallpaper is a Chrome extension developed by Xeri Media Crew | XMC, and its main feature is "CloudKid Theme".
Extension Screenshots
Download CloudKid Theme - New Tab Video Wallpaper Extension CRX File
Download CloudKid Theme - New Tab Video Wallpaper 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
Get a CloudKid themed browser! When you open a new tab you'll get surprised with a colorfull moving wallpaper and a lovely ghost!
Extension Basic Information
Name | |
ID | bgaonlmjmgpdcaehmjabkmkidgigfoml |
Official URL | https://chromewebstore.google.com/detail/cloudkid-theme-new-tab-vi/bgaonlmjmgpdcaehmjabkmkidgigfoml |
Description | CloudKid Theme |
File Size | 32.99 MB |
Installation Count | 16 |
Current Version | 1.0.2 |
Last Updated | 2020-11-03 |
Publish Date | 2020-04-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Xeri Media Crew | XMC |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.xeriflow.net/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CloudKid Theme - New Tab Video Wallpaper", "description": "CloudKid Theme", "version": "1.0.2", "permissions": [ "background" ], "background": { "page": "bg.html", "persistent": true }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "chrome_url_overrides": { "newtab": "tab.html" }, "web_accessible_resources": [ "bg-vid\/*" ], "browser_action": { "popup": "popup.html", "default_popup": "default.html" } } |