Catch Extension
Use the Catch Extension to curate and license content from the internet for creative campaigns.
What is Catch Extension?
Catch Extension is a Chrome extension developed by http://catchandrelease.com, and its main feature is "Use the Catch Extension to curate and license content from the internet for creative campaigns.".
Extension Screenshots
Download Catch Extension Extension CRX File
Download Catch Extension 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
The Catch&Release Catch Extension is the simplest way to find licensable content from anywhere on the internet for use in creative campaigns. Say goodbye to messy folders and random screenshots. Save photos, videos, and audio in Catch&Release for when you're ready to license them later.
Extension Basic Information
Name | |
ID | npdgdkgnfofbbbbmkfofaaijkiakmjfk |
Official URL | https://chrome.google.com/webstore/detail/catch-extension/npdgdkgnfofbbbbmkfofaaijkiakmjfk |
Description | Use the Catch Extension to curate and license content from the internet for creative campaigns. |
File Size | 58.82 KB |
Installation Count | 602 |
Current Version | 3.0.5 |
Last Updated | 2020-04-06 |
Publish Date | 2020-04-06 |
Rating | 5.00/5 Total 3 Ratings |
Developer | http://catchandrelease.com |
[email protected] | |
Payment Type | free |
Extension Website | https://app.catchandrelease.com |
Help Page URL | https://learn.catchandrelease.com/en/articles/3558781-catch-it-extension |
Privacy Policy Page URL | https://catchandrelease.com/privacy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Catch Extension", "browser_action": { "default_title": "Catch Extension", "default_icon": "icon128.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "tabs", "https:\/\/catchandrelease.com\/", "https:\/\/app.catchandrelease.com\/" ], "description": "Use the Catch Extension to curate and license content from the internet for creative campaigns.", "version": "3.0.5" } |