How To Inject Inline JavaScript And Script Src Link Into Any Website - Chrome Extension Manifest V3

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ก.ย. 2024

ความคิดเห็น • 21

  • @vishwajitrikame
    @vishwajitrikame 29 วันที่ผ่านมา

    Manifest 3 how to use external js which can't be taken locally on publisher side

  • @shahrozatiq5312
    @shahrozatiq5312 2 หลายเดือนก่อน

    what if i want to add external script on popup.js

  • @MyDailyDay24
    @MyDailyDay24 7 หลายเดือนก่อน

    Thank you so much, this works!

    • @gilgeekify
      @gilgeekify  7 หลายเดือนก่อน

      Great to hear! 🧡

  • @forester1
    @forester1 11 หลายเดือนก่อน

    Thank for sharing. I hope it will help me a lot

    • @gilgeekify
      @gilgeekify  11 หลายเดือนก่อน

      I hope so too!

    • @forester1
      @forester1 11 หลายเดือนก่อน

      @@gilgeekify finely its done

  • @muhammadusman7880
    @muhammadusman7880 ปีที่แล้ว

    Hi uhh can you make a video on developer tools where we can block specific websites or URL

    • @gilgeekify
      @gilgeekify  ปีที่แล้ว

      Hello, the Chrome DevTools does not have a built-in feature to block specific URLs directly.
      One common approach is to modify your computer's hosts file to redirect specific URLs to a different IP address (usually localhost). This effectively prevents your browser from accessing those URLs.
      Also you can create a Chrome extension to do this in the Client-side:
      th-cam.com/video/RY0L34aBiOs/w-d-xo.html

  • @imrans4gor
    @imrans4gor 9 หลายเดือนก่อน

    ❤️❤️❤️
    bro, do you have the full documentation of manifest file? that includes all fields?

    • @gilgeekify
      @gilgeekify  9 หลายเดือนก่อน +1

      Sorry, not yet, while I don't currently have a dedicated tutorial video on manifest files, I believe it's a great idea!
      Here are two recommended methods to delve into manifest files:
      1- Explore the official Chrome Developers documentation for extensions (manifest) at:
      developer.chrome.com/docs/extensions/mv3/manifest/
      2- Leverage ChatGPT to enhance your understanding of manifest v3. You can ask questions, seek explanations, and even request examples to deepen your knowledge. Feel free to engage in a conversation to make your learning process more interactive and effective!

    • @imrans4gor
      @imrans4gor 9 หลายเดือนก่อน

      @@gilgeekify thanks man, I am currently using chatbot for that. I have joined your telegram. there's no good tutorial for extension development, you may create a series over that. that will be helpful. thank you man 💌

  • @mohammad-gk2ey
    @mohammad-gk2ey ปีที่แล้ว

    Well done bro

    • @gilgeekify
      @gilgeekify  ปีที่แล้ว +1

      Thanks! let's keep pushing forward together! 💪🦾

  • @PIYUSH-lz1zq
    @PIYUSH-lz1zq ปีที่แล้ว

    Bro is it unsafe to use scripts-src="self" in mera tag ?

    • @gilgeekify
      @gilgeekify  ปีที่แล้ว

      No, it's not unsafe. In fact, it's generally considered a safe practice for enhancing security as it allows scripts to run only when they originate from the same source as the web page.

    • @PIYUSH-lz1zq
      @PIYUSH-lz1zq ปีที่แล้ว

      @@gilgeekify how to write that script

    • @gilgeekify
      @gilgeekify  ปีที่แล้ว

      What script? please clarify your question 🙏

    • @PIYUSH-lz1zq
      @PIYUSH-lz1zq ปีที่แล้ว

      @@gilgeekify bro then when we use nonce ???

    • @gilgeekify
      @gilgeekify  ปีที่แล้ว

      You can use both the 'self' source and a nonce together in a CSP header.
      This is how you can combine them:
      HTTP HEADER VERSION:
      Content-Security-Policy: script-src 'self' 'nonce-actualrandomvalue';
      HTML META TAG VERSION:

  • @shpekov
    @shpekov 8 หลายเดือนก่อน

    and your app will be rejected from chrome web store