Coding A Chrome Extension in JavaScript Tutorial

preview_player
Показать описание
Use code: PEDRO for 20% off

In this video I will teach you guys how to build a chrome extension using JavaScript. The images I used are down in the description!
-
-

Social
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

[
];

Tags:
- Chrome Extensions
- Fetch
- ReactJS Tutorial
- ReactJS and MySQL
- NodeJS Tutorial
- API Tutorial
Рекомендации по теме
Комментарии
Автор

Making an extension for my final project of a coding course. This helped me understand how to get started, thanks a lot Pedro.

kurokev.mp
Автор

Great tutorial, Pedro. If you're watching this in 2023, change "manifest_version" to 3 and "browser_action" to "action". Good luck.

victorekea
Автор

I followed the tutorial, rewatched and fixed any errors that I had - and then uploaded to chrome extensions. There are no errors but the images are not swapping. Any idea why?

learningstuff
Автор

Dude that will Smith part really cracked me up

lucifergo
Автор

Sempre muito maneiro ver alguém brasileiro produzindo conteúdo de programação

kyto_
Автор

it was what I needed I just was looking for how to inject a script for some URLs and this was reeeaaaaly helpful!

DonLarryTT
Автор

"manifest_version" is the version of the manifest you want to use. in the documentation there is manifest v2 and v3. if you want to use manifest v3 (version 3) then the value in "manifest_version" is 3. that's what i read in the documentation, correct me if i'm wrong

muizahsanu
Автор

hey I am getting error

Required value 'version' is missing or invalid. It must be between 1-4 dot-separated integers each between 0 and 65536.
Could not load manifest.
please help me...☺

sahilvashisht_
Автор

Thanks a million mate. Have my first extension working now! You rock!

northshorepx
Автор

Had to go through several videos to find yours. Simple and easy to follow. Thanks bro.

cellularpeptidecake
Автор

I died laughing when I started the random images of will smith xD

rapertalisson
Автор

Thanks Pedro! Very useful! I'll definitely do this

angelalmachado
Автор

Hello Pedro you inspired me to learn to code I just wanna ask from how many years you are Coding

tazimrahbar
Автор

I think you can add document.onload event

abdelouahedaitali
Автор

Thanks for video. I haven't found any solution to my problem, but anyway it's great. Keep going!

lacreatrice
Автор

Upload the other two Chrome extension tutorial pls

prathamanand
Автор

Excellent tutorial. Pl make more tutorials that use other Chrome extension apis!

Shubham-tqot
Автор

Thank you so much
WIll you have a video on how to download every image in a website ? I tried but really hard and I cant find any tutorial on similar usage . It will be great if you have one.

billmane
Автор

Nice video, can you make a tutorial on how to modify the search page to display date, time, temperature? etc.

knightblueyan
Автор

how to make a button that starts the script on the needed page? so I guess... the popup.html has to run the content script js? how to do it? mine is trying to run in the popup.html...

CDO