How to PERMANENTLY Add Google Chrome Extensions to Safari

Опубликовано: 06 Октябрь 2024
на канале: Rhett Reisman - Level Up Your Brain
24,214
344

In this video I take you through how to permanently add Chrome Extensions to Safari. Apple created a tool, the Safari web extension converter, that you can run through the terminal to get extensions from Chrome/Brave/Vivaldi (or any chromium browser) into Safari. In the video we go through the system requirements, getting the source code, running the commands, and the happy path of getting a Chrome Extension into Safari.

🎥 Link to the First Video - Step by Step Walkthrough:    • How to get Google Chrome Extensions i...  

👾 EDIT Sept 2021: It looks like the CRX Extractor website domain has been recovered and is pointing to the original service. If you ever get redirected to a sketchy website again use the chrome extension option below. https://crxextractor.com

🎁 Try this chrome extionsion CRX Extractor instead if the CRX Extractor site sends you to the Russian page again: https://chrome.google.com/webstore/de...
Just right click on the extension page in the Chrome Extension Store and extract as ZIP! - The rest of the steps should be the same!

📓 Notion Web Clipper: https://chrome.google.com/webstore/de...

🤖 Terminal Code to Run Safari Web Extension Converter:
sudo xcode-select -s /Applications/Xcode.app
xcrun /Applications/Xcode.app/Contents/Developer/usr/bin/safari-web-extension-converter path/to/extension

💻System Requirements: Mac OS 11.0.1 (Big Sur), Safari 14.0.1 and XCode 12.2

0:00 Defining the Problem
1:45 Get the Chrome Extension Source Code
2:08 Running the Safari Web Extension Converter
4:18 Publishing the Extension
6:20 Final Thoughtslin