5-Minute Crafts
New awesome videos from 5-Minute Crafts YouTube channel directly on New Tab.
What is 5-Minute Crafts?
5-Minute Crafts is a Chrome extension developed by New Tabs, and its main feature is "New awesome videos from 5-Minute Crafts YouTube channel directly on New Tab.".
Extension Screenshots
Download 5-Minute Crafts Extension CRX File
Download 5-Minute Crafts 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
Great ideas in YouTube videos and Facebook news from 5-Minute Crafts on each new tab. You can play latest videos of 5-Minute Crafts directly on new tab in your Chrome browser. It includes classic search on Internet and on YouTube. Enjoy!
Extension Basic Information
Name | |
ID | aknndimfdgnfhekgjpjdncaihdnhkilj |
Official URL | https://chrome.google.com/webstore/detail/5-minute-crafts/aknndimfdgnfhekgjpjdncaihdnhkilj |
Description | New awesome videos from 5-Minute Crafts YouTube channel directly on New Tab. |
File Size | 131 KB |
Installation Count | 33 |
Current Version | 1.0 |
Last Updated | 2020-08-07 |
Publish Date | 2020-08-07 |
Rating | 5.00/5 Total 1 Ratings |
Developer | New Tabs |
[email protected] | |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "5-Minute Crafts", "description": "New awesome videos from 5-Minute Crafts YouTube channel directly on New Tab.", "version": "1.0", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "background": { "scripts": [ "jquery.js", "bg.js" ] }, "permissions": [ "https:\/\/www.youtube.com\/*" ], "browser_action": { "default_icon": "images\/ico19.png" }, "icons": { "16": "images\/ico16.png", "19": "images\/ico19.png", "32": "images\/ico32.png", "48": "images\/ico48.png", "128": "images\/ico128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" } } |