5-Minute Crafts
New awesome videos from 5-Minute Crafts YouTube channel directly on New Tab.
什麼是5-Minute Crafts?
5-Minute Crafts是由New Tabs開發的Chrome擴展程式,該擴展的主要功能是“New awesome videos from 5-Minute Crafts YouTube channel directly on New Tab.”。
擴展截圖
下載5-Minute Crafts擴展crx文件
下載5-Minute Crafts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | aknndimfdgnfhekgjpjdncaihdnhkilj |
官方網址 | https://chrome.google.com/webstore/detail/5-minute-crafts/aknndimfdgnfhekgjpjdncaihdnhkilj |
簡介 | New awesome videos from 5-Minute Crafts YouTube channel directly on New Tab. |
檔案大小 | 131 KB |
安裝次數 | 33 |
目前版本 | 1.0 |
更新時間 | 2020-08-07 |
上架時間 | 2020-08-07 |
評分 | 5.00/5 共 1 次評分 |
開發者 | New Tabs |
電子郵箱 | [email protected] |
支援的語言 | 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" } } |