Collecta
Browser extension to save images and upload them to Collecta.
What is Collecta?
Collecta is a Chrome extension developed by https://collecta.space, and its main feature is "Browser extension to save images and upload them to Collecta.".
Extension Screenshots
Download Collecta Extension CRX File
Download Collecta 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
Right click to save into your Collecta.
Extension Basic Information
Name | Collecta |
ID | podjbejjcjbjafpieigfffcdgkfabbai |
Official URL | https://chromewebstore.google.com/detail/collecta/podjbejjcjbjafpieigfffcdgkfabbai |
Description | Browser extension to save images and upload them to Collecta. |
File Size | 72.69 KB |
Installation Count | 20 |
Current Version | 2.1.0 |
Last Updated | 2023-12-23 |
Publish Date | 2021-04-16 |
Developer | https://collecta.space |
[email protected] | |
Payment Type | in_app |
Extension Website | https://collecta.space |
Help Page URL | https://collecta.space/account |
Privacy Policy Page URL | https://collecta.space/legal/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Collecta", "description": "Browser extension to save images and upload them to Collecta.", "version": "2.1.0", "version_name": "2.1.0", "icons": { "16": "src\/assets\/icons\/icon-16.png", "32": "src\/assets\/icons\/icon-32.png", "48": "src\/assets\/icons\/icon-48.png", "128": "src\/assets\/icons\/icon-128.png" }, "content_scripts": [ { "js": [ "assets\/index.ts-loader-f124f6a1.js" ], "matches": [ "https:\/\/*\/*" ], "css": [ "assets\/index-733d3e81.css" ] } ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "activeTab", "cookies", "contextMenus" ], "host_permissions": [ "https:\/\/collecta.space\/*", "https:\/\/*.collecta.space\/*", "https:\/\/*.mixpanel.com\/*" ], "web_accessible_resources": [ { "matches": [ "https:\/\/*\/*" ], "resources": [ "assets\/index.ts-5ee0d402.js" ], "use_dynamic_url": true } ] } |