hoyois / clicktoplugin

Prevents plug-ins from loading automatically in Safari
http://hoyois.github.com/safariextensions/clicktoplugin/
228 stars 44 forks source link

Q. Where are the settings saved? #143

Closed inket closed 8 years ago

inket commented 8 years ago

Where are the settings saved?

I fresh-installed El Capitan and now I'm trying to restore the ClickToPlugin settings from a backup but I can't find the files. Other extensions use the LocalStorage & Databases folders in ~/Library/Safari/, but what about CTP?

hoyois commented 8 years ago

CTP uses the default mechanism for storing extension settings (which is neither LocalStorage nor Databases). You will find them in ~/Library/Preferences/com.apple.Safari.Extensions.plist.

inket commented 8 years ago

Thank you so much!