Privacy Policy

Privacy Policy for Youtube thumbnail grabber At Youtube thumbnail grabber, accessible from https://youtube-thumbnail-grabber.com/, one of our main priorities is the privacy of our visitors. This Privacy Policy document contains types of information that is collected and recorded by Youtube thumbnail grabber and how we use it. If you have additional questions or require more information about our Privacy Policy, do not hesitate to contact us. This Privacy Policy applies only to our online activities and is valid for visitors to our website with regards to the information that they shared and/or collect in Youtube thumbnail grabber.

Advent of Code Day2 Question 1

Advent of Code Day 2 Question 1 Answer Advent of Code Day2 Question 1 The below code is done in javascript. var fs = require("fs"); fs.readFile("./input.js", "utf8", (err, data) => { if (err) { throw err; } let twoCount = 0, threeCount = 0; data = data.split("\n"); for (let loop = 0; loop < data.length; loop++) { let word = data[loop]; let obj = {}; let count3 = false, count2 = false, count2Word; for (let loop2 = 0; loop2 < word.

Hugo + Netlify for hosting webpages

Moving from free hosting to netlify, and using Hugo for these blogs. When i first started i was using firebase which provides decent bandwidth and storage space simple enough to host the website. As the functionality like downloading instagram photos and videos grow we moved to blogspot.com for hosting as it is free, which also provides free hosting and customdomain and ssl cert for free. But the themes and customization options are very much limited.

Chrome Extension

Chrome extension to simplify download of youtube/vimeo thumbanails You can download the extension from this link Which has more than 3000 users. On installing users can see the option to download the thumanil beside the video. Which in turns save time of copy/paste the video url to the respective download sites. There are multiple download options varying from Full HD to all sizes.

Features of youtube thumbnail Extension

Features of Download thumbnail extension You don’t need to copy the url and paste it in some other website to download the thumbnails of the video you would like. Just head towards the youtube/Vimeo video you would like to download on its respective websites and in the youtube video page you could see the Download image button as seen in the below image. Once you click on the download thumbnails button you would be taken to a website giving you the options to download thumbnails of different sizes.