Copy & Search Chrome Extension(MV2)
21:07
Пікірлер
@elsicongru7400
@elsicongru7400 5 күн бұрын
1) How secure is using config variables in background script? Can they be easily read? 2) Whats the best way to save the JWT? Dont want users to have to keep on signing back in (thinking localstorage, any other way?) 3) Any tips/changes for production? Or will this work as is? Thanks for the tutorial, was to the point and of great help!
@KohinoorChatterjee
@KohinoorChatterjee Ай бұрын
thanks a lot for this, i am stuck as my org has disabled because chrome identity apis are blocked :(
@bryliano
@bryliano Ай бұрын
Do you know how integrate Keycloak to it?
@Ramsas154
@Ramsas154 Ай бұрын
is this still relevant or it out of date tutorial ? what's the current method to sign in users to chrome/firefox on extensions ?
@kthamim7552
@kthamim7552 Ай бұрын
searching for webgl tutorial bro
@Yuannn-01
@Yuannn-01 2 ай бұрын
I have question my service worker script is in root folder and in my production environment it has a basepath /application/service What i have done is window.navigator.serviceWorker.register("/application/service/sw.js", {scope: "/application/service/"}) ............ It works perfectly on localhost Where scriptUrl: /sw.js and scope: / However in production controller is null .Thank you so much
@malikumair8384
@malikumair8384 2 ай бұрын
I used same your code but the popup window does not close & I am not able to get the token.
@MuhammadShahbaz-i4y
@MuhammadShahbaz-i4y 3 ай бұрын
you are great sir i am just send you a mail can you please check and reply me?
@dhaneshmane
@dhaneshmane 3 ай бұрын
how can we do the same for ad b2c
@vanthuanluong9398
@vanthuanluong9398 5 ай бұрын
Hi, I got this error on the console Loading module from “localhost:5173/src/markdowns/test.md” was blocked because of a disallowed MIME type (“text/markdown”). Please help
@virendrakumar-zp8lv
@virendrakumar-zp8lv 5 ай бұрын
I am trying to make Gmail login in my Chrome Extension.This is very valuable video form me. thanks :)
@roytoh2000
@roytoh2000 6 ай бұрын
Will this works if the image link in wikilcnks instead of online links?
@4rjunc
@4rjunc 6 ай бұрын
When the inspect tab is not opened the extension will be closed during the OAuth tab opens.
@rishavbharti5225
@rishavbharti5225 5 ай бұрын
were you able to find any solutions?
@4rjunc
@4rjunc 5 ай бұрын
@@rishavbharti5225 there is no features in chrome extension to keep it opened.
@lifeisstr4nge
@lifeisstr4nge 7 ай бұрын
zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
@Karolina-du7jt
@Karolina-du7jt 7 ай бұрын
Is it possible for portfolio reels in the 9:16 format or it is possible only for photo?
@bobmichael8735
@bobmichael8735 7 ай бұрын
it is possible to make an extension that searchs the text copied on amazon or another site ?
@bsherrh4916
@bsherrh4916 8 ай бұрын
Thank you very much
@ooovenenoso
@ooovenenoso 9 ай бұрын
I would like to implement a condition to proceed with successful login. For example, check if the user has specific roles within a server. i need help.
@yashrajprasad6076
@yashrajprasad6076 9 ай бұрын
Can you please share the github repo for it?
@RomanTimm
@RomanTimm 9 ай бұрын
simply excellently explained! well done mate!
@asho-moment
@asho-moment 10 ай бұрын
my man had a existencial crisis
@DwightPotvin
@DwightPotvin 11 ай бұрын
Is there a good way to make this MV3 compliant?
@lewiscarville
@lewiscarville 11 ай бұрын
Good video thanks! One thing I was wondering about, what's the purpose of maintaining a variable for tracking the number of scroll requests?
@alfarabyindra
@alfarabyindra 11 ай бұрын
Amazing bro 😎
@zdspider6778
@zdspider6778 11 ай бұрын
I enjoyed the video but one is NOT based on the other. 'step' is an if/else condition: if (x < edge) return 0; else return 1; 'smoothstep' is a *math formula:* (3.0 - 2.0 * t) * t * t but ONLY as long as you provide the 't' within [0,1] range. If not, you need Inverse Lerp to get your value in that range first and according to Khronos' GLSL docs it's expressed as: t = clamp((x - edge0) / (edge1 - edge0), 0.0, 1.0); <--- And this is Inverse Lerp, formula being "(v-a)/(b-a)", it's the exact same thing, just different names for the variables, then the value is clamped for good measure.
@FoxyMeows
@FoxyMeows Жыл бұрын
Is there a way that I can keep at least three cards in a row and have the cards scale so that it maintains that Pinterest look on a phone sized viewport?
@schizoidman9459
@schizoidman9459 Жыл бұрын
RGB(1, 0, 1) is called magenta, not "pink." It's the opposite of green color. CMYK(0, 1, 0, 0) is not green but magenta. RGB and CMYK are opposite systems, RGB for color addition and CMYK for color subtracting (printing).
@RohithKnaidu
@RohithKnaidu Жыл бұрын
using my google account, I attempted to add the chrome extention to chrome store, but ran into the below error. ``` There was a problem uploading your file. Please try again. key field is not allowed in manifest. ```
@RohithKnaidu
@RohithKnaidu Жыл бұрын
using my google account, I attempted to add the chrome extention to chrome store, but ran into the below error. ``` There was a problem uploading your file. Please try again. key field is not allowed in manifest. ```
@cosmicslime1496
@cosmicslime1496 Жыл бұрын
Thank you for the video!
@mortezarostami3287
@mortezarostami3287 Жыл бұрын
I learned a lot from this video, Thanks a bunch :)
@RdozeTV
@RdozeTV Жыл бұрын
Dislike, no repo indicates
@Powerplugz
@Powerplugz Жыл бұрын
what is the updated manifest code for manifest 3? "Content security policy causes the extension to not load.
@Powerplugz
@Powerplugz Жыл бұрын
Thank you so much for the video tutorial
@awaismanzoor2920
@awaismanzoor2920 Жыл бұрын
I'm trying to create one. Your videos are really help full.
@ZenCarry
@ZenCarry Жыл бұрын
Thank you.
@Scratch98.
@Scratch98. Жыл бұрын
Thank you for sharing this solution. well done
@gmjitendra
@gmjitendra Жыл бұрын
Big thanks to you for this.
@forchessme5785
@forchessme5785 Жыл бұрын
it saves my day bro
@jasonwang1521
@jasonwang1521 Жыл бұрын
Hi! Thanks for making this tutorial, however I ran into one issue. When I go into my folders and go all the way to where my chrome extensions are stored, I have folders with IDs that don't match any of the current extensions I have installed. Do you know how to fix this issue?
@tanimomor
@tanimomor Жыл бұрын
Thanks man. Loved it
@lucasrmendonca
@lucasrmendonca Жыл бұрын
Glad to see the channel is back!
@coderunner743
@coderunner743 Жыл бұрын
beginner friendly tutorial
@BenjaminGordons
@BenjaminGordons Жыл бұрын
How do I remove a login system from chrome source code is the possible?
@theman7050
@theman7050 Жыл бұрын
Thank you for these lessons.
@theman7050
@theman7050 Жыл бұрын
I am always confused what multiplication and addition does to the output. I mean, at around 11:48, why did you multiply Lights, curtain and horizon and not add them? Or is it so that multiplication means to add effects and we dont have to overthink about it?
@theman7050
@theman7050 Жыл бұрын
Please do not stop these shader explanatory videos :D
@theman7050
@theman7050 Жыл бұрын
Finally makes sense the Book of shaders. :D
@vadiks20032
@vadiks20032 Жыл бұрын
your voice is so dry how much do you sleep