Javaplugin download

Author: e | 2025-04-24

★★★★☆ (4.2 / 2824 reviews)

crossy road download

Downloads Latest build. 2403 PaperMC/Paper@ eb Default minecraft alias to redirect PaperMC/Paper@e494f289 Correctly call BlockFadeEvents PaperMC/Paper@b386a8f5 Add simpler JavaPlugin command registration PaperMC Downloads Latest build. 2403 PaperMC/Paper@ eb Default minecraft alias to redirect PaperMC/Paper@e494f289 Correctly call BlockFadeEvents PaperMC/Paper@b386a8f5 Add simpler JavaPlugin command registration PaperMC

rdr2 all weapons

Downloading File /javaplugin/0.8.2/JavaEmbeddingPlugin0.8.2

How to create custom Mineplex Studio Modules.Creating your own custom MineplexModules is almost effortless! Simply create a class that implements the MineplexModule interface, then register it as a MineplexModule when your project starts up using the registerModule(T) method in the MineplexModuleManager. Once your MineplexModule is registered, it is able to function as a Listener, and/or perform any custom behavior you decide to implement, either independently or in concert with other MineplexModules.MineplexModule Interface 🔗setup() and teardown() Methods 🔗These methods are responsible for creating and configuring any additional resources needed by your custom MineplexModule, and for destroying and cleaning up these resources, respectively. NOTE: You do NOT need to register/unregister your MineplexModule as a Listener in these methods!Example 🔗Creating a MineplexModule 🔗Let's build a very basic custom module that registers an additional Listener with itself.@MineplexModuleImplementation(MyCustomModule.class)public class MyCustomModule implements MineplexModule { private final JavaPlugin myProjectPlugin; private MySignListener mySignListener; public MyCustomModule(final JavaPlugin myProjectPlugin) { this.myProjectPlugin = myProjectPlugin; } @Override public void setup() { mySignListener = new MySignListener(); Bukkit.getPluginManager().registerEvents(mySignListener, myProjectPlugin); } @Override public void teardown() { HandlerList.unregisterAll(mySignListener); mySignListener = null; }}Registering your MineplexModule 🔗Now that we've created our module, we need to register it from our project class.public class MyProject extends JavaPlugin { @Override public void onEnable() { MineplexModuleManager.getInstance().registerModule(new MyCustomModule(this)); } @Override public void onDisable() { MineplexModuleManager.getInstance().destroyModule(MyCustomModule.class); }} Downloads Latest build. 2403 PaperMC/Paper@ eb Default minecraft alias to redirect PaperMC/Paper@e494f289 Correctly call BlockFadeEvents PaperMC/Paper@b386a8f5 Add simpler JavaPlugin command registration PaperMC M] (ENE TECHNOLOGY INC.) [Kernel | On_Demand | Running] -- C:\Windows\SysNative\drivers\enecirhidma.sys -- (enecirhidma)DRV - [2009/07/13 20:19:10 | 000,019,008 | ---- | M] (Microsoft Corporation) [File_System | On_Demand | Stopped] -- C:\Windows\SysWOW64\drivers\wimmount.sys -- (WIMMount) ========== Standard Registry (SafeList) ========== ========== Internet Explorer ========== IE:64bit: - HKLM\..\SearchScopes,DefaultScope = {160D28BE-126A-4FB7-97C6-B6A3C4126BF1}IE:64bit: - HKLM\..\SearchScopes\{160D28BE-126A-4FB7-97C6-B6A3C4126BF1}: "URL" = - HKLM\SOFTWARE\Microsoft\Internet Explorer\Main,Local Page = C:\Windows\SysWOW64\blank.htmIE - HKLM\..\SearchScopes,DefaultScope = IE - HKLM\..\SearchScopes\{0633EE93-D776-472f-A0FF-E1416B8B2E3A}: "URL" = - HKLM\..\SearchScopes\{189C5720-A15A-4D51-A0B9-8779B91A7D48}: "URL" = IE - HKCU\SOFTWARE\Microsoft\Internet Explorer\Main,SearchDefaultBranded = 1IE - HKCU\SOFTWARE\Microsoft\Internet Explorer\Main,Start Page = - HKCU\..\SearchScopes,DefaultScope = {160D28BE-126A-4FB7-97C6-B6A3C4126BF1}IE - HKCU\..\SearchScopes\{006837BC-FD9F-4BAF-9CA4-E1DBDF43B95C}: "URL" = - HKCU\..\SearchScopes\{189C5720-A15A-4D51-A0B9-8779B91A7D48}: "URL" = - HKCU\..\SearchScopes\{3B5FB97F-4964-4BE7-B272-CE9664F4339C}: "URL" = - HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings: "ProxyEnable" = 0IE - HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings: "ProxyOverride" = ========== FireFox ========== FF:64bit: - HKLM\Software\MozillaPlugins\@adobe.com/FlashPlayer: C:\windows\system32\Macromed\Flash\NPSWF64_11_9_900_170.dll File not foundFF:64bit: - HKLM\Software\MozillaPlugins\@docu-track.com/PDF-XChange Viewer Plugin,version=1.0,application/pdf: File not foundFF:64bit: - HKLM\Software\MozillaPlugins\@java.com/DTPlugin,version=10.45.2: C:\Program Files\Java\jre7\bin\dtplugin\npDeployJava1.dll (Oracle Corporation)FF:64bit: - HKLM\Software\MozillaPlugins\@java.com/JavaPlugin,version=10.45.2: C:\Program Files\Java\jre7\bin\plugin2\npjp2.dll (Oracle Corporation)FF:64bit: - HKLM\Software\MozillaPlugins\@microsoft.com/GENUINE: disabled File not foundFF:64bit: - HKLM\Software\MozillaPlugins\@Microsoft.com/NpCtrl,version=1.0: c:\Program Files\Microsoft Silverlight\5.1.20913.0\npctrl.dll ( Microsoft Corporation)FF:64bit: - HKLM\Software\MozillaPlugins\@microsoft.com/OfficeAuthz,version=14.0: C:\PROGRA~1\MICROS~3\Office14\NPAUTHZ.DLL (Microsoft Corporation)FF - HKLM\Software\MozillaPlugins\@adobe.com/FlashPlayer: C:\windows\SysWOW64\Macromed\Flash\NPSWF32_11_9_900_170.dll ()FF - HKLM\Software\MozillaPlugins\@docu-track.com/PDF-XChange Viewer Plugin,version=1.0,application/pdf: File not foundFF - HKLM\Software\MozillaPlugins\@java.com/DTPlugin,version=10.45.2: C:\Program Files (x86)\Java\jre7\bin\dtplugin\npDeployJava1.dll (Oracle Corporation)FF - HKLM\Software\MozillaPlugins\@java.com/JavaPlugin,version=10.45.2: C:\Program Files (x86)\Java\jre7\bin\plugin2\npjp2.dll (Oracle Corporation)FF - HKLM\Software\MozillaPlugins\@microsoft.com/GENUINE: disabled File not foundFF - HKLM\Software\MozillaPlugins\@Microsoft.com/NpCtrl,version=1.0: c:\Program Files (x86)\Microsoft Silverlight\5.1.20913.0\npctrl.dll ( Microsoft Corporation)FF - HKLM\Software\MozillaPlugins\@microsoft.com/OfficeAuthz,version=14.0: C:\PROGRA~2\MICROS~1\Office14\NPAUTHZ.DLL (Microsoft Corporation)FF - HKLM\Software\MozillaPlugins\@microsoft.com/SharePoint,version=14.0: C:\PROGRA~2\MICROS~1\Office14\NPSPWRAP.DLL (Microsoft Corporation)FF - HKLM\Software\MozillaPlugins\@microsoft.com/WLPG,version=15.4.3502.0922: C:\Program Files (x86)\Windows Live\Photo Gallery\NPWLPG.dll (Microsoft Corporation)FF - HKLM\Software\MozillaPlugins\@microsoft.com/WLPG,version=15.4.3508.1109: C:\Program Files (x86)\Windows Live\Photo Gallery\NPWLPG.dll (Microsoft Corporation)FF - HKLM\Software\MozillaPlugins\@microsoft.com/WLPG,version=15.4.3555.0308: C:\Program Files (x86)\Windows Live\Photo Gallery\NPWLPG.dll (Microsoft Corporation)FF - HKLM\Software\MozillaPlugins\@tools.google.com/Google Update;version=3: C:\Program Files (x86)\Google\Update\1.3.22.3\npGoogleUpdate3.dll (Google Inc.)FF - HKLM\Software\MozillaPlugins\@tools.google.com/Google Update;version=9: C:\Program Files (x86)\Google\Update\1.3.22.3\npGoogleUpdate3.dll (Google Inc.)FF - HKLM\Software\MozillaPlugins\@WildTangent.com/GamesAppPresenceDetector,Version=1.0: C:\Program Files (x86)\WildTangent Games\App\BrowserIntegration\Registered\0\NP_wtapp.dll ()FF - HKLM\Software\MozillaPlugins\Adobe Reader: C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AIR\nppdf32.dll (Adobe Systems Inc.)FF - HKCU\Software\MozillaPlugins\@docu-track.com/PDF-XChange Viewer Plugin,version=1.0,application/pdf: File not found ========== Chrome ========== CHR - default_search_provider: Search Results (Enabled)CHR - default_search_provider: search_url = - default_search_provider: suggest_url = ,CHR - homepage: - Extension: Google Wallet = C:\Users\dondhm\AppData\Local\Google\Chrome\User Data\Default\Extensions\nmmhkkegccagdldgiimedpiccmgmieda\0.0.5.0_0\ O1 HOSTS File: ([2013/11/25 09:58:49 | 000,000,027 | ---- | M]) - C:\Windows\SysNative\drivers\etc\hostsO1 - Hosts: 127.0.0.1 localhostO2:64bit: - BHO: (Java™ Plug-In SSV Helper) - {761497BB-D6F0-462C-B6EB-D4DAF1D92D43} - C:\Program Files\Java\jre7\bin\ssv.dll (Oracle Corporation)O2:64bit: - BHO: (Java™ Plug-In 2 SSV Helper) - {DBC80044-A445-435b-BC74-9C25C1C588A9} - C:\Program Files\Java\jre7\bin\jp2ssv.dll (Oracle Corporation)O2:64bit: - BHO: (Adblock Plus for IE Browser

Comments

User5627

How to create custom Mineplex Studio Modules.Creating your own custom MineplexModules is almost effortless! Simply create a class that implements the MineplexModule interface, then register it as a MineplexModule when your project starts up using the registerModule(T) method in the MineplexModuleManager. Once your MineplexModule is registered, it is able to function as a Listener, and/or perform any custom behavior you decide to implement, either independently or in concert with other MineplexModules.MineplexModule Interface 🔗setup() and teardown() Methods 🔗These methods are responsible for creating and configuring any additional resources needed by your custom MineplexModule, and for destroying and cleaning up these resources, respectively. NOTE: You do NOT need to register/unregister your MineplexModule as a Listener in these methods!Example 🔗Creating a MineplexModule 🔗Let's build a very basic custom module that registers an additional Listener with itself.@MineplexModuleImplementation(MyCustomModule.class)public class MyCustomModule implements MineplexModule { private final JavaPlugin myProjectPlugin; private MySignListener mySignListener; public MyCustomModule(final JavaPlugin myProjectPlugin) { this.myProjectPlugin = myProjectPlugin; } @Override public void setup() { mySignListener = new MySignListener(); Bukkit.getPluginManager().registerEvents(mySignListener, myProjectPlugin); } @Override public void teardown() { HandlerList.unregisterAll(mySignListener); mySignListener = null; }}Registering your MineplexModule 🔗Now that we've created our module, we need to register it from our project class.public class MyProject extends JavaPlugin { @Override public void onEnable() { MineplexModuleManager.getInstance().registerModule(new MyCustomModule(this)); } @Override public void onDisable() { MineplexModuleManager.getInstance().destroyModule(MyCustomModule.class); }}

2025-03-30
User7096

M] (ENE TECHNOLOGY INC.) [Kernel | On_Demand | Running] -- C:\Windows\SysNative\drivers\enecirhidma.sys -- (enecirhidma)DRV - [2009/07/13 20:19:10 | 000,019,008 | ---- | M] (Microsoft Corporation) [File_System | On_Demand | Stopped] -- C:\Windows\SysWOW64\drivers\wimmount.sys -- (WIMMount) ========== Standard Registry (SafeList) ========== ========== Internet Explorer ========== IE:64bit: - HKLM\..\SearchScopes,DefaultScope = {160D28BE-126A-4FB7-97C6-B6A3C4126BF1}IE:64bit: - HKLM\..\SearchScopes\{160D28BE-126A-4FB7-97C6-B6A3C4126BF1}: "URL" = - HKLM\SOFTWARE\Microsoft\Internet Explorer\Main,Local Page = C:\Windows\SysWOW64\blank.htmIE - HKLM\..\SearchScopes,DefaultScope = IE - HKLM\..\SearchScopes\{0633EE93-D776-472f-A0FF-E1416B8B2E3A}: "URL" = - HKLM\..\SearchScopes\{189C5720-A15A-4D51-A0B9-8779B91A7D48}: "URL" = IE - HKCU\SOFTWARE\Microsoft\Internet Explorer\Main,SearchDefaultBranded = 1IE - HKCU\SOFTWARE\Microsoft\Internet Explorer\Main,Start Page = - HKCU\..\SearchScopes,DefaultScope = {160D28BE-126A-4FB7-97C6-B6A3C4126BF1}IE - HKCU\..\SearchScopes\{006837BC-FD9F-4BAF-9CA4-E1DBDF43B95C}: "URL" = - HKCU\..\SearchScopes\{189C5720-A15A-4D51-A0B9-8779B91A7D48}: "URL" = - HKCU\..\SearchScopes\{3B5FB97F-4964-4BE7-B272-CE9664F4339C}: "URL" = - HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings: "ProxyEnable" = 0IE - HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings: "ProxyOverride" = ========== FireFox ========== FF:64bit: - HKLM\Software\MozillaPlugins\@adobe.com/FlashPlayer: C:\windows\system32\Macromed\Flash\NPSWF64_11_9_900_170.dll File not foundFF:64bit: - HKLM\Software\MozillaPlugins\@docu-track.com/PDF-XChange Viewer Plugin,version=1.0,application/pdf: File not foundFF:64bit: - HKLM\Software\MozillaPlugins\@java.com/DTPlugin,version=10.45.2: C:\Program Files\Java\jre7\bin\dtplugin\npDeployJava1.dll (Oracle Corporation)FF:64bit: - HKLM\Software\MozillaPlugins\@java.com/JavaPlugin,version=10.45.2: C:\Program Files\Java\jre7\bin\plugin2\npjp2.dll (Oracle Corporation)FF:64bit: - HKLM\Software\MozillaPlugins\@microsoft.com/GENUINE: disabled File not foundFF:64bit: - HKLM\Software\MozillaPlugins\@Microsoft.com/NpCtrl,version=1.0: c:\Program Files\Microsoft Silverlight\5.1.20913.0\npctrl.dll ( Microsoft Corporation)FF:64bit: - HKLM\Software\MozillaPlugins\@microsoft.com/OfficeAuthz,version=14.0: C:\PROGRA~1\MICROS~3\Office14\NPAUTHZ.DLL (Microsoft Corporation)FF - HKLM\Software\MozillaPlugins\@adobe.com/FlashPlayer: C:\windows\SysWOW64\Macromed\Flash\NPSWF32_11_9_900_170.dll ()FF - HKLM\Software\MozillaPlugins\@docu-track.com/PDF-XChange Viewer Plugin,version=1.0,application/pdf: File not foundFF - HKLM\Software\MozillaPlugins\@java.com/DTPlugin,version=10.45.2: C:\Program Files (x86)\Java\jre7\bin\dtplugin\npDeployJava1.dll (Oracle Corporation)FF - HKLM\Software\MozillaPlugins\@java.com/JavaPlugin,version=10.45.2: C:\Program Files (x86)\Java\jre7\bin\plugin2\npjp2.dll (Oracle Corporation)FF - HKLM\Software\MozillaPlugins\@microsoft.com/GENUINE: disabled File not foundFF - HKLM\Software\MozillaPlugins\@Microsoft.com/NpCtrl,version=1.0: c:\Program Files (x86)\Microsoft Silverlight\5.1.20913.0\npctrl.dll ( Microsoft Corporation)FF - HKLM\Software\MozillaPlugins\@microsoft.com/OfficeAuthz,version=14.0: C:\PROGRA~2\MICROS~1\Office14\NPAUTHZ.DLL (Microsoft Corporation)FF - HKLM\Software\MozillaPlugins\@microsoft.com/SharePoint,version=14.0: C:\PROGRA~2\MICROS~1\Office14\NPSPWRAP.DLL (Microsoft Corporation)FF - HKLM\Software\MozillaPlugins\@microsoft.com/WLPG,version=15.4.3502.0922: C:\Program Files (x86)\Windows Live\Photo Gallery\NPWLPG.dll (Microsoft Corporation)FF - HKLM\Software\MozillaPlugins\@microsoft.com/WLPG,version=15.4.3508.1109: C:\Program Files (x86)\Windows Live\Photo Gallery\NPWLPG.dll (Microsoft Corporation)FF - HKLM\Software\MozillaPlugins\@microsoft.com/WLPG,version=15.4.3555.0308: C:\Program Files (x86)\Windows Live\Photo Gallery\NPWLPG.dll (Microsoft Corporation)FF - HKLM\Software\MozillaPlugins\@tools.google.com/Google Update;version=3: C:\Program Files (x86)\Google\Update\1.3.22.3\npGoogleUpdate3.dll (Google Inc.)FF - HKLM\Software\MozillaPlugins\@tools.google.com/Google Update;version=9: C:\Program Files (x86)\Google\Update\1.3.22.3\npGoogleUpdate3.dll (Google Inc.)FF - HKLM\Software\MozillaPlugins\@WildTangent.com/GamesAppPresenceDetector,Version=1.0: C:\Program Files (x86)\WildTangent Games\App\BrowserIntegration\Registered\0\NP_wtapp.dll ()FF - HKLM\Software\MozillaPlugins\Adobe Reader: C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AIR\nppdf32.dll (Adobe Systems Inc.)FF - HKCU\Software\MozillaPlugins\@docu-track.com/PDF-XChange Viewer Plugin,version=1.0,application/pdf: File not found ========== Chrome ========== CHR - default_search_provider: Search Results (Enabled)CHR - default_search_provider: search_url = - default_search_provider: suggest_url = ,CHR - homepage: - Extension: Google Wallet = C:\Users\dondhm\AppData\Local\Google\Chrome\User Data\Default\Extensions\nmmhkkegccagdldgiimedpiccmgmieda\0.0.5.0_0\ O1 HOSTS File: ([2013/11/25 09:58:49 | 000,000,027 | ---- | M]) - C:\Windows\SysNative\drivers\etc\hostsO1 - Hosts: 127.0.0.1 localhostO2:64bit: - BHO: (Java™ Plug-In SSV Helper) - {761497BB-D6F0-462C-B6EB-D4DAF1D92D43} - C:\Program Files\Java\jre7\bin\ssv.dll (Oracle Corporation)O2:64bit: - BHO: (Java™ Plug-In 2 SSV Helper) - {DBC80044-A445-435b-BC74-9C25C1C588A9} - C:\Program Files\Java\jre7\bin\jp2ssv.dll (Oracle Corporation)O2:64bit: - BHO: (Adblock Plus for IE Browser

2025-04-13
User1167

[MouseDriver] => TiltWheelMouse.exeHKLM-x32\...\Run: [LWS] => C:\Program Files (x86)\Logitech\LWS\Webcam Software\LWS.exe [204136 2012-09-12] (Logitech Inc.)HKLM-x32\...\Run: [$REGNAME] => C:\Gaming Mouse\Gaming Driver.exe [4800000 2013-08-29] (Areson)HKLM-x32\...\Run: [iSkysoft Helper Compact.exe] => C:\Program Files (x86)\Common Files\iSkysoft\iSkysoft Helper Compact\ISHelper.exe [2138272 2016-10-08] (iSkySoft)HKLM-x32\...\Run: [Dropbox] => C:\Program Files (x86)\Dropbox\Client\Dropbox.exe [3567928 2017-11-13] (Dropbox, Inc.)HKLM-x32\...\Run: [SunJavaUpdateSched] => C:\Program Files (x86)\Common Files\Java\Java Update\jusched.exe [587288 2017-09-05] (Oracle Corporation)HKU\S-1-5-21-3725624749-1276324894-2347643319-1001\...\Run: [Folder Size] => C:\Program Files\FolderSize\FolderSize.exe [169472 2013-02-12] (Brio)GroupPolicy: Restriction ==================== Internet (Avec liste blanche) ====================(Si un élément est inclus dans le fichier fixlist.txt, s'il s'agit d'un élément du Registre, il sera supprimé ou restauré à la valeur par défaut.)Tcpip\Parameters: [DhcpNameServer] 109.88.203.3 62.197.111.140Tcpip\..\Interfaces\{0744227a-06f1-41f3-9cfa-25ab54def741}: [DhcpNameServer] 109.88.203.3 62.197.111.140Tcpip\..\Interfaces\{d85e9587-1e26-4ac1-b03b-5c46658ce40a}: [DhcpNameServer] 8.8.8.8 8.8.4.4Internet Explorer:==================SearchScopes: HKU\S-1-5-21-3725624749-1276324894-2347643319-1001 -> DefaultScope {DDCB3AAB-370E-42C3-8308-640EDE2F42E9} URL = hxxps://www.google.com/search?q={searchTerms}&sourceid=ie7&rls=com.microsoft:{language}:{referrer:source}&ie={inputEncoding?}&oe={outputEncoding?}SearchScopes: HKU\S-1-5-21-3725624749-1276324894-2347643319-1001 -> {0633EE93-D776-472f-A0FF-E1416B8B2E3A} URL = SearchScopes: HKU\S-1-5-21-3725624749-1276324894-2347643319-1001 -> {DDCB3AAB-370E-42C3-8308-640EDE2F42E9} URL = hxxps://www.google.com/search?q={searchTerms}&sourceid=ie7&rls=com.microsoft:{language}:{referrer:source}&ie={inputEncoding?}&oe={outputEncoding?}BHO: Java(tm) Plug-In SSV Helper -> {761497BB-D6F0-462C-B6EB-D4DAF1D92D43} -> C:\Program Files\Java\jre1.8.0_151\bin\ssv.dll [2017-10-24] (Oracle Corporation)BHO: Java(tm) Plug-In 2 SSV Helper -> {DBC80044-A445-435b-BC74-9C25C1C588A9} -> C:\Program Files\Java\jre1.8.0_151\bin\jp2ssv.dll [2017-10-24] (Oracle Corporation)BHO-x32: Java(tm) Plug-In SSV Helper -> {761497BB-D6F0-462C-B6EB-D4DAF1D92D43} -> C:\Program Files (x86)\Java\jre1.8.0_151\bin\ssv.dll [2017-10-24] (Oracle Corporation)BHO-x32: ArcPluginIEBHO Class -> {84BFE29A-8139-402a-B2A4-C23AE9E1A75F} -> C:\Program Files (x86)\Arc\Plugins\ArcPluginIE.dll [2017-07-18] (Perfect World Entertainment Inc)BHO-x32: Java(tm) Plug-In 2 SSV Helper -> {DBC80044-A445-435b-BC74-9C25C1C588A9} -> C:\Program Files (x86)\Java\jre1.8.0_151\bin\jp2ssv.dll [2017-10-24] (Oracle Corporation)Edge: ======Edge Extension: (Adblock Plus) -> 10_EyeoGmbHAdblockPlus_d55gg7py3s0m0 => C:\Program Files\WindowsApps\EyeoGmbH.AdblockPlus_0.9.9.0_neutral__d55gg7py3s0m0 [2017-09-14]Edge Extension: (AdBlock) -> EdgeExtension_BetaFishAdBlock_c1wakc4j0nefm => C:\Program Files\WindowsApps\BetaFish.AdBlock_2.3.0.0_neutral__c1wakc4j0nefm [2017-10-04]FireFox:========FF DefaultProfile: edr7rzgo.defaultFF ProfilePath: C:\Users\Johan\AppData\Roaming\Mozilla\Firefox\Profiles\edr7rzgo.default [2017-12-01]FF Extension: (Privacy Pass) - C:\Users\Johan\AppData\Roaming\Mozilla\Firefox\Profiles\edr7rzgo.default\Extensions\{48748554-4c01-49e8-94af-79662bf34d50}.xpi [2017-12-01]FF Plugin: @adobe.com/FlashPlayer -> C:\WINDOWS\system32\Macromed\Flash\NPSWF64_27_0_0_187.dll [2017-11-15] ()FF Plugin: @java.com/DTPlugin,version=11.151.2 -> C:\Program Files\Java\jre1.8.0_151\bin\dtplugin\npDeployJava1.dll [2017-10-24] (Oracle Corporation)FF Plugin: @java.com/JavaPlugin,version=11.151.2 -> C:\Program Files\Java\jre1.8.0_151\bin\plugin2\npjp2.dll [2017-10-24] (Oracle Corporation)FF Plugin-x32: @adobe.com/FlashPlayer -> C:\WINDOWS\SysWOW64\Macromed\Flash\NPSWF32_27_0_0_187.dll [2017-11-15] ()FF Plugin-x32: @esn.me/esnsonar,version=0.70.4 -> C:\Program Files (x86)\Battlelog Web Plugins\Sonar\0.70.4\npesnsonar.dll [2011-11-03] (ESN Social Software AB)FF Plugin-x32: @esn/esnlaunch,version=2.3.0 -> C:\Program Files (x86)\Battlelog Web Plugins\2.3.0\npesnlaunch.dll [2013-09-16] (ESN Social Software AB)FF Plugin-x32: @java.com/DTPlugin,version=11.151.2 -> C:\Program Files (x86)\Java\jre1.8.0_151\bin\dtplugin\npDeployJava1.dll [2017-10-24] (Oracle Corporation)FF Plugin-x32: @java.com/JavaPlugin,version=11.151.2 -> C:\Program Files (x86)\Java\jre1.8.0_151\bin\plugin2\npjp2.dll [2017-10-24] (Oracle Corporation)FF Plugin-x32: @nvidia.com/3DVision -> C:\Program Files (x86)\NVIDIA Corporation\3D Vision\npnv3dv.dll [2017-11-14] (NVIDIA Corporation)FF Plugin-x32: @nvidia.com/3DVisionStreaming -> C:\Program Files (x86)\NVIDIA Corporation\3D Vision\npnv3dvstreaming.dll [2017-11-14] (NVIDIA Corporation)FF Plugin-x32: @perfectworld.com/npArcPlayNowPlugin -> C:\Program Files (x86)\Arc\Plugins\npArcPluginFF.dll [2017-07-18] (Perfect World Entertainment Inc)FF Plugin-x32: @tools.google.com/Google Update;version=3 -> C:\Program Files (x86)\Google\Update\1.3.33.7\npGoogleUpdate3.dll [2017-11-14] (Google Inc.)FF Plugin-x32: @tools.google.com/Google Update;version=9 -> C:\Program Files (x86)\Google\Update\1.3.33.7\npGoogleUpdate3.dll [2017-11-14] (Google Inc.)FF Plugin-x32: @videolan.org/vlc,version=2.2.4 -> C:\Program Files (x86)\VideoLAN\VLC\npvlc.dll [2017-05-24] (VideoLAN)FF Plugin-x32:

2025-04-19
User9705

Protection) - C:\Users\kavin mayweather\AppData\Local\Microsoft\Edge\User Data\Default\Extensions\ahkjpbeeocnddjkakilopmfdlnjdpcdm [2021-05-20]Edge Extension: (Sexy Undo Close Tab) - C:\Users\kavin mayweather\AppData\Local\Microsoft\Edge\User Data\Default\Extensions\bcennaiejdjpomgmmohhpgnjlmpcjmbg [2020-12-01]Edge Extension: (Outlook) - C:\Users\kavin mayweather\AppData\Local\Microsoft\Edge\User Data\Default\Extensions\bjhmmnoficofgoiacjaajpkfndojknpb [2020-10-17]Edge Extension: (Cookie AutoDelete) - C:\Users\kavin mayweather\AppData\Local\Microsoft\Edge\User Data\Default\Extensions\fhcgjolkccmbidfldomjliifgaodjagh [2021-02-15]Edge Extension: (I don't care about cookies) - C:\Users\kavin mayweather\AppData\Local\Microsoft\Edge\User Data\Default\Extensions\fihnjjcciajhdojfnbdddfaoknhalnja [2021-08-11]Edge Extension: (HTTPS Everywhere) - C:\Users\kavin mayweather\AppData\Local\Microsoft\Edge\User Data\Default\Extensions\gcbommkclmclpchllfjekcdonpmejbdp [2021-07-17]Edge Extension: (Word) - C:\Users\kavin mayweather\AppData\Local\Microsoft\Edge\User Data\Default\Extensions\hikhggiobiflkdfdgdajcfklmcibbopi [2020-10-17]Edge Extension: (Cold Turkey Blocker) - C:\Users\kavin mayweather\AppData\Local\Microsoft\Edge\User Data\Default\Extensions\jfphahkinplobmabmgjmjgflbhjjddeb [2021-02-24]Edge Extension: (Extensity) - C:\Users\kavin mayweather\AppData\Local\Microsoft\Edge\User Data\Default\Extensions\jjmflmamggggndanpgfnpelongoepncg [2020-09-18]Edge Extension: (ClearURLs) - C:\Users\kavin mayweather\AppData\Local\Microsoft\Edge\User Data\Default\Extensions\lckanjgmijmafbedllaakclkaicjfmnk [2021-03-26]Edge Extension: (Decentraleyes) - C:\Users\kavin mayweather\AppData\Local\Microsoft\Edge\User Data\Default\Extensions\ldpochfccmkkmhdbclfhpagapcfdljkj [2020-11-06]Edge Extension: (Excel) - C:\Users\kavin mayweather\AppData\Local\Microsoft\Edge\User Data\Default\Extensions\leffmjdabcgaflkikcefahmlgpodjkdm [2020-10-17]Edge Extension: (IDM Integration Module) - C:\Users\kavin mayweather\AppData\Local\Microsoft\Edge\User Data\Default\Extensions\llbjbkhnmlidjebalopleeepgdfgcpec [2021-03-11]Edge Extension: (Canvas Blocker - Fingerprint Protect) - C:\Users\kavin mayweather\AppData\Local\Microsoft\Edge\User Data\Default\Extensions\nomnklagbgmgghhjidfhnoelnjfndfpd [2020-12-30]Edge Extension: (PowerPoint) - C:\Users\kavin mayweather\AppData\Local\Microsoft\Edge\User Data\Default\Extensions\opfacbhaojodjaojgocnibmklknchehf [2020-10-17]Edge HKU\S-1-5-21-3152262237-2579752527-2903660706-1001\SOFTWARE\Microsoft\Edge\Extensions\...\Edge\Extension: [ahkjpbeeocnddjkakilopmfdlnjdpcdm]Edge HKU\S-1-5-21-3152262237-2579752527-2903660706-1001\SOFTWARE\Microsoft\Edge\Extensions\...\Edge\Extension: [llbjbkhnmlidjebalopleeepgdfgcpec] - C:\Program Files (x86)\Internet Download Manager\IDMEdgeExt.crx [2021-07-17]FireFox:========FF DefaultProfile: 2j368eyi.defaultFF DefaultProfile: 4j15399l.defaultFF ProfilePath: C:\Users\kavin mayweather\AppData\Roaming\Mozilla\Firefox\Profiles\2j368eyi.default [2021-08-13]FF ProfilePath: C:\Users\kavin mayweather\AppData\Roaming\Mozilla\Firefox\Profiles\l7nrs60m.default-release [2021-08-17]FF ProfilePath: C:\Users\kavin mayweather\AppData\Roaming\LibreWolf\Profiles\4j15399l.default [2021-07-27]FF ProfilePath: C:\Users\kavin mayweather\AppData\Roaming\LibreWolf\Profiles\z5pmuus9.dev-edition-default [2021-08-13]FF Homepage: LibreWolf\Profiles\z5pmuus9.dev-edition-default -> hxxps://startpage.com/FF NetworkProxy: LibreWolf\Profiles\z5pmuus9.dev-edition-default -> socks", "10.64.0.1"FF Extension: (Firefox Multi-Account Containers) - C:\Users\kavin mayweather\AppData\Roaming\LibreWolf\Profiles\z5pmuus9.dev-edition-default\Extensions\@testpilot-containers.xpi [2021-07-27]FF Extension: (CanvasBlocker) - C:\Users\kavin mayweather\AppData\Roaming\LibreWolf\Profiles\z5pmuus9.dev-edition-default\Extensions\[email protected] [2021-07-28]FF Extension: (Cookie AutoDelete) - C:\Users\kavin mayweather\AppData\Roaming\LibreWolf\Profiles\z5pmuus9.dev-edition-default\Extensions\[email protected] [2021-07-27]FF Extension: (HTTPS Everywhere) - C:\Users\kavin mayweather\AppData\Roaming\LibreWolf\Profiles\z5pmuus9.dev-edition-default\Extensions\[email protected] [2021-07-27]FF Extension: (Decentraleyes) - C:\Users\kavin mayweather\AppData\Roaming\LibreWolf\Profiles\z5pmuus9.dev-edition-default\Extensions\[email protected] [2021-07-27]FF Extension: (uBlock Origin) - C:\Users\kavin mayweather\AppData\Roaming\LibreWolf\Profiles\z5pmuus9.dev-edition-default\Extensions\[email protected] [2021-07-31]FF Extension: (uMatrix) - C:\Users\kavin mayweather\AppData\Roaming\LibreWolf\Profiles\z5pmuus9.dev-edition-default\Extensions\[email protected] [2021-07-31]FF Extension: (xBrowserSync) - C:\Users\kavin mayweather\AppData\Roaming\LibreWolf\Profiles\z5pmuus9.dev-edition-default\Extensions\{019b606a-6f61-4d01-af2a-cea528f606da}.xpi [2021-07-27]FF Extension: (ClearURLs) - C:\Users\kavin mayweather\AppData\Roaming\LibreWolf\Profiles\z5pmuus9.dev-edition-default\Extensions\{74145f27-f039-47ce-a470-a662b129930a}.xpi [2021-07-27]FF Extension: (NoHTTP) - C:\Users\kavin mayweather\AppData\Roaming\LibreWolf\Profiles\z5pmuus9.dev-edition-default\Extensions\{90e644f1-3a32-4bf6-be8f-8ed571c0287b}.xpi [2021-07-31]FF HKLM\...\Firefox\Extensions: [[email protected]] - C:\Program Files (x86)\Kaspersky Lab\Kaspersky Internet Security 21.3\FFExt\light_plugin_firefox\addon.xpi => not foundFF HKLM\...\Firefox\Extensions: [[email protected]] - C:\Program Files (x86)\Adobe\Acrobat DC\Acrobat\Browser\WCFirefoxExtn\WebExtn\signed_extn\adobe_acrobat-1.0-windows.xpi => not foundFF HKLM-x32\...\Firefox\Extensions: [[email protected]] - C:\Program Files (x86)\Kaspersky Lab\Kaspersky Internet Security 21.3\FFExt\light_plugin_firefox\addon.xpi => not foundFF HKLM-x32\...\Firefox\Extensions: [[email protected]] - 0 => not foundFF HKU\S-1-5-21-3152262237-2579752527-2903660706-1001\...\SeaMonkey\Extensions: [[email protected]] - C:\Users\kavin mayweather\AppData\Roaming\IDM\idmmzcc5FF Extension: (IDM CC) - C:\Users\kavin mayweather\AppData\Roaming\IDM\idmmzcc5 [2021-07-26] [Legacy] [not signed]FF HKU\S-1-5-21-3152262237-2579752527-2903660706-1001\...\SeaMonkey\Extensions: [[email protected]] - C:\Program Files (x86)\Internet Download Manager\idmmzcc2.xpiFF Extension: (IDM integration) - C:\Program Files (x86)\Internet Download Manager\idmmzcc2.xpi [2017-12-20] [Legacy]FF Plugin: @java.com/DTPlugin,version=11.301.2 -> C:\Program Files\Java\jre1.8.0_301\bin\dtplugin\npDeployJava1.dll [2021-08-05] (Oracle America, Inc. -> Oracle Corporation)FF Plugin: @java.com/JavaPlugin,version=11.301.2 -> C:\Program Files\Java\jre1.8.0_301\bin\plugin2\npjp2.dll [2021-08-05] (Oracle America, Inc. -> Oracle Corporation)FF Plugin: @videolan.org/vlc,version=3.0.11 -> C:\Program Files\VideoLAN\VLC\npvlc.dll [2021-06-18] (VideoLAN -> VideoLAN)FF Plugin: @videolan.org/vlc,version=3.0.16 -> C:\Program Files\VideoLAN\VLC\npvlc.dll [2021-06-18] (VideoLAN -> VideoLAN)FF Plugin: adobe.com/AdobeAAMDetect -> C:\Program Files

2025-03-29

Add Comment