PhotoRoom Background Remover
Remove the background from an image using the photoroom background remover.
What is PhotoRoom Background Remover?
PhotoRoom Background Remover is a Chrome extension developed by PhotoRoom, and its main feature is "Remove the background from an image using the photoroom background remover.".
Extension Screenshots
Download PhotoRoom Background Remover Extension CRX File
Download PhotoRoom Background Remover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Remove the background from any image online, simply right click and select "Remove Background". From there you can download the result, change the background color, or open the image in the PhotoRoom webapp. Note: This extension does not store any information. By right clicking on the image and selecting "remove background" you submit it directly to https://www.photoroom.com/tools/background-remover.
Extension Basic Information
Name | PhotoRoom Background Remover |
ID | lokegfgcnpdiambfeddkhgjhpbafbgnh |
Official URL | https://chromewebstore.google.com/detail/photoroom-background-remo/lokegfgcnpdiambfeddkhgjhpbafbgnh |
Description | Remove the background from an image using the photoroom background remover. |
File Size | 12.87 KB |
Installation Count | 298 |
Current Version | 1.0 |
Last Updated | 2023-10-24 |
Publish Date | 2023-10-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | PhotoRoom |
[email protected] | |
Payment Type | free |
Extension Website | https://www.photoroom.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "PhotoRoom Background Remover", "description": "Remove the background from an image using the photoroom background remover.", "version": "1.0", "permissions": [ "contextMenus", "activeTab", "scripting" ], "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/www.photoroom.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/www.photoroom.com\/background-remover\/*" ], "js": [ "contentV3.js" ] } ], "icons": { "128": "icon128.png", "16": "icon16.png" } } |