All Projects → Ceiridge → Chrome Developer Mode Extension Warning Patcher

Ceiridge / Chrome Developer Mode Extension Warning Patcher

Licence: gpl-3.0
⇒ Disable Chrome's Developer Mode Extension Warning Popup & Elision WWW/HTTPS Hiding & Debugging Extension Popup

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Chrome Developer Mode Extension Warning Patcher

Mue
Fast, open and free-to-use new tab page for modern browsers
Stars: ✭ 56 (-76.67%)
Mutual labels:  extension, edge, chrome, chromium
Extension Create
Create modern cross-browser extensions with no build configuration.
Stars: ✭ 167 (-30.42%)
Mutual labels:  extension, edge, chrome, chromium
Surfingkeys
Map your keys for web surfing, expand your browser with javascript and keyboard.
Stars: ✭ 3,787 (+1477.92%)
Mutual labels:  extension, chrome, chromium
Chrome Charset
An extension used to modify the page default encoding for Chromium 55+ based browsers.
Stars: ✭ 346 (+44.17%)
Mutual labels:  edge, chrome, chromium
Metamask Extension
🌐 🔌 The MetaMask browser extension enables browsing Ethereum blockchain enabled websites
Stars: ✭ 6,585 (+2643.75%)
Mutual labels:  extension, edge, chrome
Web Developer
A browser extension that adds various web developer tools to a browser.
Stars: ✭ 532 (+121.67%)
Mutual labels:  extension, developer, chrome
Hstspreload.org
🔒 Chromium's HSTS preload list submission website.
Stars: ✭ 548 (+128.33%)
Mutual labels:  https, chrome, chromium
San Devtools
Browser developer tools extension for debugging San.
Stars: ✭ 51 (-78.75%)
Mutual labels:  extension, chrome, chromium
Web Extension Starter
🖥🔋Web Extension starter to build "Write Once Run on Any Browser" extension
Stars: ✭ 987 (+311.25%)
Mutual labels:  extension, edge, chrome
Uget Chrome Wrapper
Moved to https://github.com/ugetdm/uget-integrator and https://github.com/ugetdm/uget-extension
Stars: ✭ 74 (-69.17%)
Mutual labels:  extension, chrome, chromium
Kdeconnect Chrome Extension
A browser extension to send pages and content from your browser to connected KDE Connect devices.
Stars: ✭ 124 (-48.33%)
Mutual labels:  extension, chrome, chromium
Styleurl Extension
Share & export CSS tweaks from Chrome instantly.
Stars: ✭ 175 (-27.08%)
Mutual labels:  extension, chrome
Supercookie
💭 Inspiration
Stars: ✭ 3,630 (+1412.5%)
Mutual labels:  edge, chrome
Badssl.com
🔒 Memorable site for testing clients against bad SSL configs.
Stars: ✭ 2,234 (+830.83%)
Mutual labels:  https, chrome
Github Stars Manager
Chrome extension that allows you to manage your Github stars with tags, and to create a bookmark folder with all your stars organized by the tags you created
Stars: ✭ 183 (-23.75%)
Mutual labels:  extension, chrome
Github Mermaid Extension
A browser extension for Chrome, Opera & Firefox that adds Mermaid language support to Github
Stars: ✭ 170 (-29.17%)
Mutual labels:  extension, chrome
Gopassbridge
A web extension for firefox and chrome to insert login credentials from gopass
Stars: ✭ 182 (-24.17%)
Mutual labels:  extension, chrome
Tabio
An open source tab manager for Chrome
Stars: ✭ 190 (-20.83%)
Mutual labels:  extension, chrome
Vue Chrome Extension Boilerplate
Boilerplate for Chrome extension using Vue.js and Webpack with auto-reload enabled.
Stars: ✭ 171 (-28.75%)
Mutual labels:  extension, chrome
Rester
A REST client for almost any web service (Firefox and Chrome Extension)
Stars: ✭ 192 (-20%)
Mutual labels:  extension, chrome

Disable Chromium's and Chrome's Developer Mode Extension Warning Popup & Elision WWW/HTTPS Hiding & Debugging Extension Popup

Download it in the release section. The patterns and patches auto-update with the patterns.xml.

Supported browsers

See below for the custom paths (commandline option).

( represents fully supported and tested browsers)
- All x64 bit Chromium-based browsers, including:
- Chrome 
- Chromium
- Brave 
- Edge 
- Opera?
- Vivaldi
- Blisk
- Colibri
- Epic Browser
- Iron Browser
- Ungoogled Chromium ?

Gui Screenshot

Gui Screenshot

Commandline Options

All commandline options are optional and not required. If none are given, the gui will start. Warning: The command line cannot uninstall the entire patcher and if you run it with customPath, all other installations will be removed!

ChromeDevExtWarningPatcher.exe 
  --groups           Set what patch groups you want to use. See patterns.xml to get the group ids (comma-seperated: 0,1,2,etc.)

  -w, --noWait       Disable the almost-pointless wait after finishing

  --customPath       Instead of automatically detecting and patching all chrome.exe files, define a custom Application-folder path
                     (see README) (string in quotes is recommended)

  --help             Display this help screen.

  --version          Display version information.

Recommended customPaths:

Chrome (default): "C:\Program Files (x86)\Google\Chrome\Application"
Brave: "C:\Program Files (x86)\BraveSoftware\Brave-Browser\Application"
Edge: "C:\Program Files (x86)\Microsoft\Edge\Application"

Remember: The path always needs to include the latest version folder of the browser (e. g. 83.0.1123.123).
Create a new issue with a path, if you want to contribute to this list.

Find more here.

What can it patch

Read the patterns.xml file for more information.

  • Remove extension warning (Removes the warning => main purpose of the patcher)
  • Remove debugging warning (Removes warning when using chrome.debugger in extensions)
  • Disable Elision (Force showing WWW and HTTPS in the url bar/omnibar)
  • Remove crash warning (Remove the "Chromium crashed" popup)
  • Remove send to self (Remove the menu option "Send To Your Devices" when using Google Sync)

Contributing

Clone this repository with git clone --recursive https://github.com/Ceiridge/Chrome-Developer-Mode-Extension-Warning-Patcher.git and open the .sln file with Visual Studio 2019 or newer.

Message to Chromium contributors

This project is not meant for malicious use, especially because patching requires Administrator rights. If an attacker wants to get rid of that notification, they will always be able to do it somehow, since they have access to the computer and to other methods anyway. For example, you could just install a crx-file and allow it with group policies. This makes no sense, because it punishes developers with annoying popups, but crx files that are already packed - and not on the store - can strangely be installed easily.

The idea originates from an answer on StackOverflow that also patched the chrome.dll and used to work on old versions.

Used open source libraries:

Copyright

Chrome-Developer-Mode-Extension-Warning-Patcher is released into the public domain according to the GPL 3.0 license by the copyright holders.

Disclaimer: This repository and the used names "Chrome", "Chromium", "Edge" in this project are not affiliated with or endorsed by Google LLC, Microsoft, The Chromium Project, Microsoft Edge, Google Chrome or other third parties. This repository and the used names "Chrome", "Chromium", "Edge" are also not affiliated with any existing trademarks.

No code was copied or used from any other browser in this repository. Chromium is licensed under the open source BSD License.

This repository does not infringe any copyright of proprietary browsers, as it only patches bytes on the end user's computer, without having any copyright-protected code or text included in this repository.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].