5-Minute Crafts
New awesome videos from 5-Minute Crafts YouTube channel directly on New Tab.
Cos'è 5-Minute Crafts?
5-Minute Crafts è un'estensione di Chrome sviluppata da New Tabs, e la sua funzione principale è "New awesome videos from 5-Minute Crafts YouTube channel directly on New Tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 5-Minute Crafts
Scarica i file di estensione 5-Minute Crafts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | aknndimfdgnfhekgjpjdncaihdnhkilj |
URL Ufficiale | https://chrome.google.com/webstore/detail/5-minute-crafts/aknndimfdgnfhekgjpjdncaihdnhkilj |
Descrizione | New awesome videos from 5-Minute Crafts YouTube channel directly on New Tab. |
Dimensione del File | 131 KB |
Conteggio Installazioni | 33 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-08-07 |
Data di Pubblicazione | 2020-08-07 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | New Tabs |
[email protected] | |
Lingue Supportate | 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" } } |