最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - what is the purpose of chrome-extension inject.js - Stack Overflow

programmeradmin4浏览0评论

Hello I have a react project which is working full and functional but when I look into network form console I find an unexpected script called

chrome-extension://gppongmhjkpfnbhagpmjfkannfbllamg/js/inject.js

which is not associated with my project. Is that a virus or an extension ??

In my

chrome://extensions/

there is nothing called inject. Can anyone tell me what is this? This script loading for all site in my browser. Is my browser compromised?? I am walking totally in dark.

Hello I have a react project which is working full and functional but when I look into network form console I find an unexpected script called

chrome-extension://gppongmhjkpfnbhagpmjfkannfbllamg/js/inject.js

which is not associated with my project. Is that a virus or an extension ??

In my

chrome://extensions/

there is nothing called inject. Can anyone tell me what is this? This script loading for all site in my browser. Is my browser compromised?? I am walking totally in dark.

Share Improve this question edited Mar 10, 2021 at 22:02 ANIK ISLAM SHOJIB asked Sep 19, 2019 at 8:52 ANIK ISLAM SHOJIBANIK ISLAM SHOJIB 3,2383 gold badges29 silver badges45 bronze badges
Add a comment  | 

3 Answers 3

Reset to default 14

The string gppongmhjkpfnbhagpmjfkannfbllamg is the Chrome extension ID. You can search this ID in the Chrome Web Store to find that it is Wappalyzer.

The inject.js file is not inherently malicious because of its name. To look at the javascript yourself, you can look at the contents of js/inject.js by finding the
gppongmhjkpfnbhagpmjfkannfbllamg folder in your Chrome Extension directory.

gppongmhjkpfnbhagpmjfkannfbllamg is the ID of the Wappalyzer - Technology profiler extension. Remove it if you want the call to go away

The extention id gppongmhjkpfnbhagpmjfkannfbllamg Is Wappalyzer - Technology profiler

It uses the inject.js to discover what technologies the page has and send it back to the extension

发布评论

评论列表(0)

  1. 暂无评论