Chrome Extension Development Tutorial | How to Build & Publish a Chrome Extension in 13 Minutes?🔥

Поделиться
HTML-код
  • Опубликовано: 26 сен 2021
  • Hey guys, In this video, We're going to develop our very own Google Chrome Extension in a few simple steps. This extension will fetch a random Joke every time a user clicks on it.
    Download & Review extension: chrome.google.com/webstore/de...
    Code: github.com/Anuj-Kumar-Sharma/...
    Random Jokes API: icanhazdadjoke.com/api
    Documentation: developer.chrome.com/docs/dev...
    __________________
    🥳 Join our Telegram Community:
    Telegram channel: telegram.me/realanujbhaiya
    Telegram group: telegram.me/dsa_one
    🚀 Follow me on:
    Instagram: / anuj.kumar.sharma
    Linkedin: / sharma-kumar-anuj
    Twitter: / realanujbhaiya
    💸 Use coupon code ANUJBHAIYA on GeeksforGeeks to avail discounts on courses!
    📚 Complete DSA Playlist: • DSA-One Course - The C...
    Complete Android Development Playlist: • Android Development Tu...
    Hashtags:
    #anujbhaiya #chrome #extension
    Ignore these tags:
    chrome extension
    anuj bhaiya
    chrome extension development
    how to make chrome extension
    how to make a chrome extension
    chrome extension tutorial
    how to create chrome extension
    create chrome extension
    how to create a chrome extension
    anuj bhaiya chrome extension
    chrome extensions
    extension
    google chrome extensions
    make chrome extension
    build chrome extension
    google extensions
    chrome extensions for students
    how to add extension in chrome
    chrome extension project
    how to build chrome extension
    what is chrome extension
    extension for chrome
    how to build a chrome extension
    extension chrome
    how to create extension for chrome
    anuj bhaiya extension
    how to make chrome extension in javascript
    how to make extension
    build a chrome extension
    chrome extensions development
    chrome extensions tutorial
    chrome extension development tutorial
    chrome extension anuj
    anuj
    anuj kumar sharma
    browser extension development
    create extension for chrome
    google chrome extension development tutorial
    make a chrome extension
    google chrome extension
    google extension
    anuj bhaiya chrome
    best extension for chrome
    chrome extensions on android
    create chrome extension using javascript
    how to make google chrome extension
    javascript tutorial
    chrome
    how to make an extension
    how to make extensions
    anuj bhaiyya
    apna college
    create a chrome extension
    creating chrome extension
    how to make browser extension
    web development projects
    best chrome extensions
    extensions for chrome
    google extensions for students
    how to make a google chrome extension
    making a chrome extension
    chrome api
    chrome customization
    chrome developer tools tutorial
    how to make google extension
    love babbar
    useful extensions for chrome
    anuj bhaiya web development
    best chrome extension
    build chrome extension with javascript
    cool extensions for google chrome
    dashify chrome extension
    develop chrome extension
    extension build
    how to create a chrome extension in python
    how to make a extension for chrome
    java anuj bhaiya
    javascript
    javascript project
    making chrome extension
    react chrome extension
    web development
    youtube extension for chrome
    angular tutorial
    anuj bhaiya github
    anuj bhaiya java
    anuj bhaiya project
    api tutorial
    atlassian interview
    chrome chrome
    chrome extension javascript
    encapsulation
    extension google chrome
    google
    java by anuj bhaiya
    js projects
    kunal kushwaha
    striver
    vpn extension for chrome
    youtube video download extension chrome
    aesthetic chrome extensions
    ai tutorial
    ajax tutorial
    angular project tutorial
    anjani putra full movie hindi dubbed
    anuj bhaiya amazon
    anuj bhaiya android development
    anuj bhaiya dsa
    anuj bhaiya python
    anuj bhaiya resume
    anuj jindal
    api based projects
    apni kaksha java
    array rotation in java
    asp.net developer
    b tree
    bangladeshi food review
    behindwoods anand srinivasan
    best chrome extensions for youtube
    best dark mode extension for chrome
    best extensions for chrome
    best extensions for students
    best google chrome extensions
    best time to buy and sell stock iii
    bootstrap website
    browser extensions
    c++ in one video
    callback function javascript
    chrome extension code with harry
    chrome extension react
    cloud computing aws
    code chrome
    code with harry chrome extension
    cool chrome extensions
    creating a chrome extension
    daily.dev extension
    data structure by harry
    database normalization
    dba tutorial
    display flex in css
    dsa with java
    ext js tutorial
    extension chrome android
    extension youtube
    extensions
    extensions chrome
    extensions google chrome
    file extension in computer
    full stack web development
    gate 2022
    geeksforgeeks
    get saged
    google chrome
    google chrome extensions for students
    google extension for pc

Комментарии • 350

  • @AnujBhaiya
    @AnujBhaiya  2 года назад +30

    You can download and review this extension with a 5-star rating : chrome.google.com/webstore/detail/dad-jokes/mpncmjknocodnjcoiplhinheoijaddni

    • @RaaheeAmit
      @RaaheeAmit 2 года назад

      Abhiya react aap ko extension m kise convert kare

    • @CodeCult413
      @CodeCult413 2 года назад

      Bhaiya mai django application ko extension mae convert kar sakta hu kya??

    • @shreyaghosh6372
      @shreyaghosh6372 2 года назад

      Bhaiya please make a video on how to use tensorflow.js in chrome extensions

    • @tenniscricketsitamarhibiha1895
      @tenniscricketsitamarhibiha1895 Год назад

      Main aap ko kaise call kar sakta hun

  • @abhishekpalshorts
    @abhishekpalshorts 2 года назад +85

    IMPORTANT: If you watch this video in 2022 then manifest version 2 is updated to manifest version 3 in which case this code will show errors.

    • @letsgocharmander
      @letsgocharmander Год назад +1

      so what changes do we have to do for removing those errors

    • @suryakantkhute4249
      @suryakantkhute4249 Год назад +2

      Browser_action change to action, in your manifest.json

    • @mswallch
      @mswallch 4 месяца назад

      ​@@suryakantkhute4249 thanks bro❤ Helped me a lot

  • @a-girl-has-no-name
    @a-girl-has-no-name Год назад +15

    I am so happy that I learnt something new today :D. For anyone facing issues with manifest_version, currently 2 is depreciated so use 3 and change browser_actions in manifest.json code as follows :
    {
    "name" : "Dad Jokes",
    "version" : "0.0.1",
    "manifest_version" : 3,
    "action": {
    "default_popup": "popup.html",
    "default_icon": {
    "128": "logo.png"
    }
    },
    "permissions" : ["activeTab"]
    }

  • @yt_viksh8457
    @yt_viksh8457 2 года назад +102

    Bhaiya ek full stack pe aap video bnao aur sath me ek project bhi usme bna ke bta do jo resume ke liye bhi use ho jaye😊

  • @isha_ch23
    @isha_ch23 Год назад +51

    ATTENTION : In Manifest version 3 , "Browser_action" has been replaced by "action"

    • @mahaksoni7015
      @mahaksoni7015 10 месяцев назад +1

      helped a lot,also icon is not visible png wala

    • @isha_ch23
      @isha_ch23 10 месяцев назад

      @@mahaksoni7015 you can download another icon as per your choice with same dimensions

    • @nainaryan
      @nainaryan 29 дней назад

      thanks

  • @arushigarg2453
    @arushigarg2453 2 года назад +11

    Wow that's really amazing. Bhaiya following you from last 3 years.. Really get some good ideas to add projects in my resume. Thank you Bhaiya ❤️

  • @mohitkanojia2103
    @mohitkanojia2103 2 года назад +3

    Yesterday only I took inspiration from your project ideas video and started learning chrome extension
    .....and today you came up with the same.....mann ki baat kaise padh lete ho bhaiya 😃....kai baar hua hai aisa ki kuch padh rha hun aur agle din aap usi pe video bana dete ho

  • @satyamkaurav5457
    @satyamkaurav5457 2 года назад +1

    When you write something and it works it's a great feeling and thanks to you now we can experiment with it

  • @iarghya
    @iarghya 2 года назад +13

    Simple, amazing and beginner friendly 👍❤️

  • @sukritisingh9754
    @sukritisingh9754 2 года назад +9

    Want more cool projects for my resume and learning purpose please keep uploading..this was so easy to understand and implement thankyouu!!

  • @foreducation408
    @foreducation408 2 года назад +11

    Wow that's a good one, it's good to see these kind videos on your channel along with the DSA course that I am following, love your content.

  • @sanketmathur2755
    @sanketmathur2755 2 года назад +21

    Loving your DSA series. It really helped me a lot .

  • @stout_
    @stout_ 2 года назад

    Kafi kuchh sikhne ko mila ... Main abhi aapki java cource (Apni Kaksha ) se Kar Raha Hoon .... Basic thore din me complete hone wala hai....
    Aur mujhe aapke samjhane ka tarika youtube par sabse best lagta hai.... ❤️ Thank you @AnujBhaiya

  • @056_priyankasahu8
    @056_priyankasahu8 2 года назад +3

    I was waiting for it 😍😍 thank u bhaiya..🥳🥳

  • @spaaclub5212
    @spaaclub5212 2 года назад +1

    Thank you!! bhaiya for such good content !! really appreciate your efforts.🔥😘

  • @junaidahmed8594
    @junaidahmed8594 2 года назад +2

    Huge Respect Apko Bhaiya, Full Support 💪💪

  • @parthsachan3140
    @parthsachan3140 2 года назад +1

    Very informative. Thanks a ton!! 🔥👌

  • @yourssanjeetsingh432
    @yourssanjeetsingh432 2 года назад +5

    This is absolutely a new thing that I learned today thank you so much bhaiya

  • @adityasharmacs1-149
    @adityasharmacs1-149 2 года назад +3

    Wow man exactly the same thing i was searching yesterday

  • @_obito9
    @_obito9 2 года назад +63

    Please continue with android development series with more advanced projects 🙏🙏

    • @pelapps
      @pelapps 2 года назад +7

      Yes and also how to promote our android apps. So far I have published 3 Android apps but have only 200+ downloads. Anyone wants to try then link available on my channel.

    • @navy4315
      @navy4315 2 года назад +1

      Yes, We need Android Development, Advance Topics.

    • @meetshah9979
      @meetshah9979 2 года назад

      Yes sir please

    • @amitrai5478
      @amitrai5478 2 года назад

      @@pelapps from where u learn android developlmemt?

    • @pelapps
      @pelapps 2 года назад

      @@cockatielscalledkuku thanks and happy to hear that our app helped you in your 1st year end semester exam preparation. 😀

  • @gauravkumar-mg1bz
    @gauravkumar-mg1bz 2 года назад +5

    U r doing great work buddy🔥🔥

  • @RonakS-nf2vj
    @RonakS-nf2vj Год назад +6

    {
    "name":"Jokes",
    "version":"0.0.1",
    "manifest_version":3,
    "action":{
    "default_popup":"popup.html",
    "default_icon":"logo.png"
    },
    "icons": {
    "128": "logo.png"
    },
    "permissions":["activeTab"]
    }
    This is the manifest version3 code if someone is looking for that here it is

  • @apoorvasunkad6686
    @apoorvasunkad6686 2 года назад +1

    Wow.. bhaiyya this is so interesting and amazing..... 🤩🤩 I'll surely try this... thank you ☺️

  • @awwush
    @awwush 2 года назад +5

    Thanks anuj bhiya......dvlp must wanted 👏

  • @shivanshjhamtani9748
    @shivanshjhamtani9748 Год назад +7

    *Note:* if you're doing it in 2023 , make sure version vakue must be non-zero,
    For Ex :- "version" : "1.1.2",
    And also numbers must between 1-4 only!

  • @nileshroy3199
    @nileshroy3199 2 года назад +1

    kamal hai..! Mai soch raha tha aap ne sir video upload kar deya😁😁😁

  • @jitendrasharma2388
    @jitendrasharma2388 2 года назад +2

    Bhaiya aisi hi videos bnao ..
    And you are a very brave ❤️ person...

  • @pragatisawant1724
    @pragatisawant1724 2 года назад +1

    Anuj nyc yaarr bahoot kamaal ki video thi !

  • @Shirani007
    @Shirani007 Год назад +1

    Outstanding. Please do create one more video on adding entry to Browser's context menu and /actions upon selected text on page. Great job

  • @MrANKITTOMER
    @MrANKITTOMER 2 года назад +2

    Love this content anuj ❤️👀✨🙌

  • @manunibandhe5
    @manunibandhe5 2 года назад +2

    Really needed this video . Thanks bhai!!

  • @sayankarmakar13
    @sayankarmakar13 2 года назад

    aj ki video se bohot kuch sikha matlab chrome extension bare me . thank you bhaiya itna accha educational content dene ke liye

  • @nilesh7333
    @nilesh7333 2 года назад +3

    Thank you🙂
    This is helpful 💯

  • @PictorialVibes
    @PictorialVibes 2 месяца назад

    I'm learning to create an Edge extension. Thank you for the tutorial!👍🏼 Subscribed! 😊

  • @harshagarwal7832
    @harshagarwal7832 2 года назад +1

    Gazab 🤩🤩🤩🤩🤩🤩maja aa gaya mast chig bataya bhaiya apne 🤩🤩🤩I will definitely try this extension 🤩🙇

  • @vibhusharma9900
    @vibhusharma9900 2 года назад

    Mere bhai ,full support hai hmm sbb kaa aapke best content and aapkoo,keepppp goinn with ur beautiful flow,koi bhi Problem aati hai toh hmm sbb koo usmai involve kro,we will happy to be ur part🙏😊

  • @paritoshchaudhary8490
    @paritoshchaudhary8490 2 года назад

    This video is very helpful for make chrome extension. thank you so much bhaiya❤

  • @rashidansari4176
    @rashidansari4176 2 года назад

    This was so.so.so
    Helpful
    I have an idea of making extension buy don't know.the process
    I got it it's not that hard.
    Thank you so much

  • @anilsuthar7623
    @anilsuthar7623 2 года назад +3

    I am not in a cs student but i am interested in coding and learning from RUclips. I want you to make a video to guide such students like me ❤️❤️. Thanks bhaiyaa 🙏.

  • @SaiKiranPatro
    @SaiKiranPatro 2 года назад

    anuj bhaiya love your videos as always informative

  • @mozammilkarim8636
    @mozammilkarim8636 2 года назад

    Thank you, very much, it was really easy to learn in Hindi.

  • @dead-endwarrior4767
    @dead-endwarrior4767 2 года назад

    Best video ever....thank you bhaiya😇😇

  • @engineerclips2321
    @engineerclips2321 2 года назад +1

    Unbelievable Anuj Bhaiya 🔥❤

  • @shashankdesai8650
    @shashankdesai8650 2 года назад

    Thank you bhaiya. I just made a chrome extension to control my room lights from scratch (Used Blynk APIs to clone Blynk UI lol).

  • @guptajicodes
    @guptajicodes 2 года назад +1

    bhaiya this project is so cool, it will create a new project on chrome extension and I will definitely share.

  • @princekm5902
    @princekm5902 2 года назад +18

    A little explanation about fetch() and then and callback function would be useful.

    • @ahgasegot7forever1
      @ahgasegot7forever1 10 месяцев назад +1

      fetch is basically used to call a rest api in js

  • @vaibhavgoel1898
    @vaibhavgoel1898 2 года назад +2

    I am waiting for this 😀

  • @sarveshshenvi30
    @sarveshshenvi30 2 года назад +5

    Anuj bro, #respect!!

  • @AnkitKumar-jm3cz
    @AnkitKumar-jm3cz 2 года назад +6

    Thank you bhaiya , really want to try this but kha se kre wo nhi pta tha

  • @MuhammadAyaz-gp7xd
    @MuhammadAyaz-gp7xd Год назад

    Moat amazing thing I learned today in the morning ❤

  • @aishwaryaporwal2321
    @aishwaryaporwal2321 2 года назад +3

    Bhaiya is back with big bang♥️

  • @devbhattacharya153
    @devbhattacharya153 Год назад

    Thanks a lot bhaiya

  • @BeingJiya
    @BeingJiya 2 года назад

    Bs bhaiya ese hi interesting videos late rho.. 🥰🥰

  • @aakashdipakkumarthakkar5642
    @aakashdipakkumarthakkar5642 2 года назад +1

    too Good !! GOd bless you !!

  • @suryastiwari6233
    @suryastiwari6233 2 года назад +3

    Thanks bhaiya im waiting for this video

  • @abhaytiwari6411
    @abhaytiwari6411 2 года назад

    Well done Guru👍

  • @imsagar3541
    @imsagar3541 2 года назад +1

    Thanks Bhaiya ❤️🙏.

  • @stout_
    @stout_ 2 года назад

    Thank You bhaiya maja aa Gaya

  • @rajasethi2341
    @rajasethi2341 2 года назад

    Much awaited video

  • @nityunjgoel1438
    @nityunjgoel1438 11 месяцев назад

    Wow!!!!!! That was so smooth

  • @mohammadrifakat7
    @mohammadrifakat7 Год назад

    gajab bade bhaiyya

  • @me_sumit_0
    @me_sumit_0 8 месяцев назад +1

    The second joke was hilarious.....😂😂

  • @sumanKumar-hf6lh
    @sumanKumar-hf6lh 2 года назад

    Great work bhayia please continue some more video on Chrome extension....

  • @pankajmaury_
    @pankajmaury_ 2 года назад

    Thank you Anuj bhaiya

  • @069mohammadayaz2
    @069mohammadayaz2 2 года назад +1

    Bhaiya you are Great ❤️

  • @simplifiededtech5913
    @simplifiededtech5913 2 года назад +1

    love your contents

  • @subhamsaha31
    @subhamsaha31 2 года назад +3

    You are great brother

  • @manishajaiswal9744
    @manishajaiswal9744 2 года назад

    Keep it up and all the best your further

  • @pankajkcodes
    @pankajkcodes 2 года назад

    fully injoy bhaiya with learning

  • @priyasumi4695
    @priyasumi4695 Год назад

    I dont't know hindi. But the way of explanation through your example is very nice. Understandable. Thank you

  • @devildude5010
    @devildude5010 2 года назад

    Bhaiya apki dsa series kaafi achi h

  • @prathamgupta992
    @prathamgupta992 2 года назад +1

    please make a video on ordered maps and sets in java. many few videos are related to that topic on youtube, and they are not good.

  • @shubhamingale4625
    @shubhamingale4625 2 года назад +1

    Thank you @anujbhaiya 😊

  • @abhaypratapsingh964
    @abhaypratapsingh964 2 года назад +1

    Nice I'm going with a bang in the college

  • @KishanKumar-zi5dp
    @KishanKumar-zi5dp 2 года назад

    Nice video bhaiya❤🙂

  • @rohangangwar6604
    @rohangangwar6604 2 года назад

    bhaiya now i am trying to make extension in which user can set his/her coding profiles and social medias by which user can open all these things in a single click..
    THANK U FOR THE VIDEO BHAIYA..

  • @mikansenpai2280
    @mikansenpai2280 2 года назад

    bhaiya love from kolkata (:
    🖤🖤🖤

  • @shloktadilkar5536
    @shloktadilkar5536 2 года назад +1

    Thank you sir very nice and informative video

  • @bigboy2947
    @bigboy2947 2 года назад +2

    Bhaiya 4 to 5 Extensions Projects ki ek playlist bna do so that we can get complete understanding of extensions development. ❣️

  • @shubhamsonawane967
    @shubhamsonawane967 2 года назад

    Thanks bhaiyya

  • @easelogic
    @easelogic 2 года назад +1

    Simply saying AAG 🔥🔥

  • @nehadhiman5197
    @nehadhiman5197 2 года назад +2

    Bhaiya can you please make a video on that how I should make my resume better to better an project also which key points I should point on resume that I should select in first impression

  • @bidyasagarmohapatra4014
    @bidyasagarmohapatra4014 2 года назад

    Wow finally aageya 🤩

  • @dheerajmaske1194
    @dheerajmaske1194 Год назад

    Great Understood

  • @swapnilsingh99
    @swapnilsingh99 2 года назад

    Bhaiya aapne amazon choda toh dukh hu .
    Par achha lag raha hai new topics pe video dekh ke
    Thank You Bhaiya 😊

  • @fatehpreetsingh1440
    @fatehpreetsingh1440 2 года назад +1

    this video made my day

  • @abhayxoxo
    @abhayxoxo 2 года назад

    Hatts off 🔥🔥🙌

  • @kumardivyesh9985
    @kumardivyesh9985 Год назад

    Interesting video brother through this i got to know how we fetch any data from given json also how we showcase big thanks

  • @arifsaleem-7377
    @arifsaleem-7377 5 месяцев назад +1

    thank you for this great video

  • @jayshah1976
    @jayshah1976 2 года назад

    I lovd this tutorial and wish to try something different. Could you suggest some other APi's?

  • @hemantwasthere
    @hemantwasthere 2 года назад +1

    Bhaiya OP 🔥🔥🔥

  • @freeguy37
    @freeguy37 2 года назад

    Amazing!

  • @pahaljain9209
    @pahaljain9209 Год назад

    Just Amazing....

  • @yashi5698
    @yashi5698 2 года назад +1

    Bhaiyaa can u recommend one book for CPP from your experience that have problems also which we can solve + we can develop basic understanding of cpp + interview ke level vla questions ho ... kindly recommend it for A beignner..

  • @NamanPokhriyal_
    @NamanPokhriyal_ 2 года назад +3

    nice explanation of chrome extensions

  • @bugsfounder
    @bugsfounder 2 года назад

    thanks for this video sir

  • @kathleenyoungblood522
    @kathleenyoungblood522 2 года назад

    Hi, how can I put "Profile name" at near of the address bar(left side) in Chrome as GoLogin Orbita does ?

  • @AnshumanRathore
    @AnshumanRathore 2 года назад +1

    Mast Bhaiya

  • @Rahul-lk3hk
    @Rahul-lk3hk 2 года назад +2

    Best explain bhaiya

  • @nikhilkumarprince299
    @nikhilkumarprince299 2 года назад

    amazing learnt new thing