safari-extension Questions

2

Since the release of "Safari App Extension" I have toyed around with creating safari app extensions for native applications using xcode. Now however, I'm attempting to create an extension for an ap...

3

I want to programmatically trigger a 'click' event on my Safari Extension toolbarItem so that my custom popover appears after something happens on the webpage. I'm using the new Xcode extension IDE...
Mendelevium asked 11/11, 2016 at 18:50

2

Solved

How can an interprocess communication be estabilished between a browser extension and a native application? Is there any cross-platform (Linux and Mac OS X) and cross-browser solution (Firefox, Chr...

1

I tried looking for a solution in posts such as this and this where people had a very similar problem: How to send a message from iOS App to a Safari Extension? I even read this article where the a...
Lashay asked 17/11, 2022 at 0:51

2

Solved

Link to a repo with the Xcode project to test the issue: Test CORS Issue This extension uses Manifest v3 and I have example.com in host_permissions "host_permissions": [ "*://exampl...

3

I can do this in FF and IE, and I know it doesn't exist in Chrome yet. Anybody know if you can do this in a Safari plugin? I can't find anything that says one way or another in the documentation.
Mysia asked 14/6, 2011 at 22:10

2

Solved

I want to add react devtools to Safari browser I didn't find a way to install it I want to see the react sign on the websites made by react Thank you
Slapjack asked 19/12, 2020 at 18:26

0

When I open Web Inspector / Network / Any Request / Preview, I want to see rendered HTML, as Google Chrome does. But Safari shows only raw HTML. Is there any option to makes it render? Thank you! S...
Dismantle asked 13/9, 2022 at 16:54

0

In my experience if I add a website with a PWA manifest indicating fullscreen/standalone display mode, Safari extensions are disabled. Is there any way to get fullscreen + extensions in Safari for ...
Punch asked 26/8, 2022 at 7:32

1

I'm using safari content blocker extension in my app, i want to use array for blocking using nsuserdefaults , but extension showing this error on reloadContentBlocker "Error Domain=SFErrorDomain Co...
Hitoshi asked 4/12, 2017 at 11:6

0

I'd like to know the install state of my iOS safari extension in the associated swift app. Is there any way to get this? SFSafariExtensionManager and getStateOfSafariExtension here only seems valid...
Tutt asked 10/5, 2022 at 21:7

2

I am building a Safari iOS (v15) extension, using HTML, CSS, and Javascript, in the XCode IDE. But, where are the console logs located? When the extension UI is running on an iOS device simulator t...
Quarters asked 8/10, 2021 at 7:31

1

I'm trying to create a Safari Web Extension to my native app. I want to have a popup with a button which when clicked will communicate with my native app. Before I get to this part I have a problem...

2

I face a strange behavior in a Safari extension with Safari 9.1 (11601.5.17.1). I try to insert a new Iframe with an src pointing to an html file in the extension package using "safari-extension://...
Lopes asked 22/8, 2016 at 9:42

8

Solved

I have Web Extensions which currently runs on Chrome, Firefox and Opera. Now I'm wondering is there a way to use same code to build Safari App Extension, maybe something like PhoneGap(wrap all exi...

6

Is it possible to convert a Google Chrome extension to a Firefox or Safari browser extension?

1

Solved

To keep it simple, I am taking reference for SeaCreator extension example from Apple. You can take it from here: https://drive.google.com/file/d/1loBDgkJAEtyh0QehOUlgOSyUnW9ZZDk6/view?usp=sharing I...

2

Solved

My web extension works with Chromium browsers, Firefox, Edge, but as I understand - it is impossible now just to open the same codebase with Safari browser?
Basenji asked 22/11, 2017 at 12:44

3

Solved

When I build my macOS application that has an Safari extension in it, which I run on Safari, it crashes after a couple of seconds of running (though it does show up in the extensions). It seems to...
Stealer asked 2/8, 2018 at 15:41

3

I now want to write extension for Safari. But xCode offers me first make the app, and then add the safari extension. OK, I created an empty application, started writing my extension, but I have a ...
Merritt asked 15/11, 2017 at 13:37

2

Solved

I have a Safari browser extension with a disabled mode. What I'd like to do is to programmatically change the toolbar icon when the user enters disabled mode. Is there an API which will allow me t...
Phalanx asked 2/10, 2012 at 10:36

2

I'm developing a safari app extension. I've to listen to "beforeNavigate" event as in old Safari JS Extensions, we could listen to these events using Safari's Windows & Tabs API. I went throug...

2

I'm trying to use Safari WebDriver, and I followed the instructions here to build a Safari Driver, but now I don't know how to import it and use it in my code. I'm using python on Mac OSX

0

Seems like Safari has a very strong restriction on CSP. For example, on GitHub, most of the userscripts and extension doesn't work because of that. I got a such error from the console. [Error] Ref...
Constitutionally asked 30/4, 2018 at 21:58

2

Is there a way for a Safari browser extension to detect its own uninstallation? I would like to send an event to Google Analytics to keep track of the uninstallment rate of my extension.
Rebuttal asked 30/5, 2012 at 13:5

© 2022 - 2025 — McMap. All rights reserved.