All Projects → kkkrist → chromium-notifier

kkkrist / chromium-notifier

Licence: GPL-3.0 license
Chromium browser extension that provides browser and extensions update notifications and extensions management functionality. Chromium versions are synced with Woolyss' Website.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to chromium-notifier

HandyBrowser
A Handshake enabled Chromium web browser and reference client; works with HSD and the HNSD light client. Use our example to build or integrate Handshake into any browser.
Stars: ✭ 101 (+48.53%)
Mutual labels:  chromium, chromium-browser
new-tab
⚡ A high-performance browser new tab page that gets you where you need to go faster.
Stars: ✭ 64 (-5.88%)
Mutual labels:  chromium, chromium-extension
yt-dislikes-viewer
A browser extension that allows you to see dislikes on a youtube video after the youtube update
Stars: ✭ 291 (+327.94%)
Mutual labels:  chromium, chromium-extension
Thorium
Chromium fork for linux named after radioactive element No. 90. Windows and Special builds are in different repositories, links are towards the top of the README.md.
Stars: ✭ 45 (-33.82%)
Mutual labels:  chromium, chromium-browser
docker-node-ci
The Docker image based on the official "node" image optimized for a CI environment
Stars: ✭ 18 (-73.53%)
Mutual labels:  chromium, chromium-browser
raspberry-pi-kiosk
A simple set of commands to set up a raspberry pi for use as a stand alone kiosk screen
Stars: ✭ 45 (-33.82%)
Mutual labels:  chromium, chromium-browser
BrainlyTools Extension
A toolbox for exclusive users of Brainly. It enhances Brainly and provides tools to do fast and massive actions and much more..
Stars: ✭ 0 (-100%)
Mutual labels:  chromium-extension
playwright-demos
playwright for scrapping and UI testing / automate testing workflows
Stars: ✭ 65 (-4.41%)
Mutual labels:  chromium
chromium-android-extension
Patches that add extension support to chromium on Android.
Stars: ✭ 44 (-35.29%)
Mutual labels:  chromium
cef-mixer
High Performance off-screen rendering (OSR) demo using CEF
Stars: ✭ 183 (+169.12%)
Mutual labels:  chromium
chromiumUpdater
Downloads Chromium for Android and keeps it updated
Stars: ✭ 69 (+1.47%)
Mutual labels:  chromium
heroku-playwright-buildpack
Buildpack for running Playwright with Chromium and Firefox on Heroku.
Stars: ✭ 34 (-50%)
Mutual labels:  chromium
ungoogled-chromium-void
Ungoogled Chromium template and builds for Void Linux
Stars: ✭ 35 (-48.53%)
Mutual labels:  chromium
Turn-Off-the-Lights-Chrome-extension
Chrome extension
Stars: ✭ 81 (+19.12%)
Mutual labels:  chromium-extension
cefgo
Go bindings for the Chromium Embedded Framework (CEF)
Stars: ✭ 20 (-70.59%)
Mutual labels:  chromium
geoguessrnim
GeoGuessr browser plugin, hide Ads, Filters for StreetView and Mapillary for Chromium and Firefox
Stars: ✭ 17 (-75%)
Mutual labels:  chromium
docker-chromium
Docker container with Chromium desktop and a Web VNC client allowing you to run Chromium on any server you have
Stars: ✭ 64 (-5.88%)
Mutual labels:  chromium
Colorblinding
An extension for Google Chrome (and Chromium) that simulates the website as a color vision impaired person would see.
Stars: ✭ 25 (-63.24%)
Mutual labels:  chromium
Chromium-Gost
Chromium с поддержкой алгоритмов ГОСТ
Stars: ✭ 286 (+320.59%)
Mutual labels:  chromium
WebView-Advanced
A collection of android webview hack
Stars: ✭ 25 (-63.24%)
Mutual labels:  chromium

Chromium Update Notifications

This extension will periodically check Woolyss and display a "New" icon badge once the version found for the selected platform/tag is different to the one you're currently using. Additionally it can track updates for and manage all installed extensions (those supporting it).

Installation

  1. Review source code
  2. Download the .crx file from latest release
  3. Navigate to chrome://extensions
  4. Drag-and-drop the .crx file into the browser window

Installing via "Load unpacked extension"

If it's not possible to enable or install the extension and a warning tells you "This extension is not listed in the Chrome Web Store and may have been added without your knowledge" or "crx required proof missing", try the following:

  1. Download and unpack the source code from the latest release or git-clone the master branch of this repository into a local folder
  2. Navigate to chrome://extensions
  3. Enable developer mode
  4. Click on "Load unpacked extension" and select folder

Please note that it's not possible to update via "Load unpacked extension". Every extension installed via this method will be installed as a separate and new extension, regardless of previously installed versions. If you've cloned the repository however, you can just git-pull the new release tag and click on the reload button in the extension's tile at chrome://extensions to update seamlessly.

I plan to list this extension in the Chrome Web Store soon to get around this issue (see #14).

Configuration

Click on the extension's icon, select platform (mac, win64 etc.) and tag – i.e. the Chromium version you're using – and enable tracking of extension updates if desired.

You can also enable error tracking to help improving this extension and increase your privacy by using a proxy to fetch extension updates. The latter will strip all personal and adtech-related data your browser might send if it requests the data directly (this was always enabled in versions prior to 1.7.0, now it's optional). I use a public Vercel deployment to host the proxy, so you can review all of the actual source code used to run it.

If your Chromium build contains this patch, you may set the flag chrome://flags/#extension-mime-request-handling to "Always prompt for install" to enable 1-click installation of extension updates.

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].