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 …

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. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 var fs = require("fs"); fs.readFile("./input.js", "utf8", (err, data) => …

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 …

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 …

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 …