Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Script to remove Firefox extensions?

  • 2 trả lời
  • 3 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

I need to create a script to remove Firefox extensions having certain names from the Mac version of Firefox. Is there any built-in functionality for this that I can access via AppleScript or a shell script? Or will I need to manually parse and remove files from either the Firefox or Mozilla folders in the user's Application Support folder? If the latter, is there any documentation that you can point me to for how this might be done?

Thanks in advance!

I need to create a script to remove Firefox extensions having certain names from the Mac version of Firefox. Is there any built-in functionality for this that I can access via AppleScript or a shell script? Or will I need to manually parse and remove files from either the Firefox or Mozilla folders in the user's Application Support folder? If the latter, is there any documentation that you can point me to for how this might be done? Thanks in advance!

Tất cả các câu trả lời (2)

more options

I think you need to remove manualy all the extensions.

more options

See also:

You can inspect the extensions.installCache pref via the prefs.js file in the profile folder to see which extensions are installed and their location.

To see what it looks like, you can paste the content of this pref in the Scratchpad (Firefox/Tools > Web Developer) and click the "Pretty Print" button.