All Projects → NeverDecaf → Chromium Web Store

NeverDecaf / Chromium Web Store

Licence: mit
Allows adding extensions from chrome web store on ungoogled-chromium. Also adds semi-automatic extension updating.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Chromium Web Store

Surfingkeys Conf
A SurfingKeys configuration which adds 130+ key mappings for 20+ sites & OmniBar search suggestions for 50+ sites
Stars: ✭ 137 (-76.13%)
Mutual labels:  chrome-extension, chromium
Mue
Fast, open and free-to-use new tab page for modern browsers
Stars: ✭ 56 (-90.24%)
Mutual labels:  chrome-extension, chromium
Google Music Hotkeys
Browser extension that adds keyboard control to Google / YouTube Music
Stars: ✭ 25 (-95.64%)
Mutual labels:  chrome-extension, chromium
Runet Censorship Bypass
Chromium extension for bypassing censorship in Russia
Stars: ✭ 444 (-22.65%)
Mutual labels:  chrome-extension, chromium
Sponsorblock
Skip YouTube video sponsors (browser extension)
Stars: ✭ 3,627 (+531.88%)
Mutual labels:  chrome-extension, chromium
Chrome Ff
Fuzzy Finder for Chrome/Chromium tabs and windows
Stars: ✭ 142 (-75.26%)
Mutual labels:  chrome-extension, chromium
Web Media Controller
Allows controlling media player on different sites with Media Player widget on your desktop
Stars: ✭ 36 (-93.73%)
Mutual labels:  chrome-extension, chromium
Chrome Extensions Reloader
A chrome extension for reloading unpacked extensions
Stars: ✭ 154 (-73.17%)
Mutual labels:  chrome-extension, chromium
Webrtc Leak Prevent
Prevent WebRTC leaks in Chromium browsers.
Stars: ✭ 182 (-68.29%)
Mutual labels:  chrome-extension, chromium
Qzoneexport
QQ空间导出助手,用于备份QQ空间的说说、日志、私密日记、相册、视频、留言板、QQ好友、收藏夹、分享、最近访客为文件,便于迁移与保存
Stars: ✭ 456 (-20.56%)
Mutual labels:  chrome-extension, chromium
Hls Downloader Web Extension
Web Extension for sniffing and downloading HTTP Live streams (HLS)
Stars: ✭ 510 (-11.15%)
Mutual labels:  chrome-extension
Github Dashboard
[Web extension] Filter events on github.com activity dashboard.
Stars: ✭ 509 (-11.32%)
Mutual labels:  chrome-extension
Npmhub
🔎 A browser extension to explore npm dependencies on GitHub repos
Stars: ✭ 542 (-5.57%)
Mutual labels:  chrome-extension
Crx Hotreload
Chrome Extension Hot Reloader
Stars: ✭ 545 (-5.05%)
Mutual labels:  chrome-extension
React Typescript Web Extension Starter
🖥 A Web Extension starter kit built with React, TypeScript, SCSS, Storybook, Jest, EsLint, Prettier, Webpack and Bootstrap. Supports Google Chrome + Mozilla Firefox + Brave Browser 🔥
Stars: ✭ 510 (-11.15%)
Mutual labels:  chrome-extension
Miniblink49
a lighter, faster browser kernel of blink to integrate HTML UI in your app. 一个小巧、轻量的浏览器内核,用来取代wke和libcef
Stars: ✭ 5,408 (+842.16%)
Mutual labels:  chromium
Testing Playground
🐸 Simple and complete DOM testing playground that encourage good testing practices.
Stars: ✭ 511 (-10.98%)
Mutual labels:  chrome-extension
Vue Perf Devtool
Vue Performance Devtool is a browser extension for inspecting the performance of Vue Components.
Stars: ✭ 510 (-11.15%)
Mutual labels:  chrome-extension
Search By Image
Browser extension for reverse image search, available for Edge, Chrome and Firefox
Stars: ✭ 500 (-12.89%)
Mutual labels:  chrome-extension
Refined Bitbucket
Chrome and Firefox extension that improves Bitbucket's user experience
Stars: ✭ 560 (-2.44%)
Mutual labels:  chrome-extension

chromium-web-store

This extension brings the following functionality to ungoogled-chromium (and other forks that lack web store support):

  • Allows installing extensions directly from chrome web store.
  • Automatically checks for updates to your installed extensions and displays them on the badge. Example Image

Usage

  • If you wish to install extensions directly instead of just downloading the crx, you must change the flag chrome://flags/#extension-mime-request-handling to Always prompt for install.
  • Available extension updates will display on the badge, click to install them (note that non-webstore extensions may need to be installed manually even if you have the flag set.)

Installation

  1. Go to chrome://extensions and enable developer mode (toggle in top right).
  2. Download the .crx from Releases and drag-and-drop it onto the chrome://extensions page.

If drag-and-dropping does not work, try this workaround:

  1. Download the .crx from releases and extract the contents to a folder.
  2. Visit chrome://extensions/ and turn on developer mode (toggle in top right).
  3. Click Load unpacked and select the directory you extracted the crx to.

Setup Video

here [Streamable Mirror] (Thanks @woolyss for creating & hosting this video.)

Options Notes

  • Right click the badge and choose Options from the context menu or access them via chrome://extensions.
  • Automatic updates normally occur on browser startup, extension addition/removal, and once per hour.
  • "Web Store" extensions refer to any that were obtained from the Chrome Web Store, despite displaying Source: Not from Chrome Web Store when checking extension details.

If you wish to help with localization, follow these steps:

  1. Create a directory in _locales named any supported locale code.
  2. Copy _locales/en/messages.json to your newly created directory and edit the "message" fields as necessary, you don't need to change anything else.
  3. Submit a PR or open an issue with your translation and I will merge it.

If you are a chrome extension developer...

and do not have your extension listed in the Chrome Web Store, you can still enable updates via chromium-web-store by hosting an update manifest file; see updates.xml in this repo for an example. You must also specify a url to access this file in your extension's manifest.json under the update_url field; again, see manifest.json in this repo for an example.

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