Krunch
Shorten URLs like never before
What is Krunch?
Krunch is a Chrome extension developed by krunchdev, and its main feature is "Shorten URLs like never before".
Extension Screenshots
Download Krunch Extension CRX File
Download Krunch 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
This powerful chrome extension allows you with a click of a button to automatically shorten any target URL you want to track and rewrite the short URL for you dynamically for each content you will post this short URL on, and track where it is posted. So you get much more granular insights in terms of where your traffic and conversions come from.
Extension Basic Information
Name | Krunch |
ID | cdknobbdmhicddgkenemmmbmnbdnhhkl |
Official URL | https://chromewebstore.google.com/detail/krunch/cdknobbdmhicddgkenemmmbmnbdnhhkl |
Description | Shorten URLs like never before |
File Size | 218 KB |
Installation Count | 71 |
Current Version | 2.3.1 |
Last Updated | 2024-01-28 |
Publish Date | 2022-09-20 |
Rating | 5.00/5 Total 4 Ratings |
Developer | krunchdev |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://krunchdata.io/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAir6Zxu1qskS5fAGZRpJoKF23hhVyKqF4p2qHjzgRTl3sGInlrI05JwWJ15gB4vIulA1tHmM1pVDDnsrPKouI2OYsjxmE0zoH6alBcpfxiC4CbR0aokmfLHyRwQCDDbcjLhN5nsKogbwg6WH\/0MwF5xXUqu\/P0ewwsYCPWbt3LzFEBfkdcZwkWj9hE2V4vip4qpfqWWJrC6oO1BtZP3w+ktZHQ\/AD\/2H03vR3yycyjW5KdWjhQOuNBc0FLMaH+DF0KiCppFmNqrXw7o0sdXTuYGsFb9LLB+DU2wUz7cqb1xbUV4EfHE0VL1P28MSGr+fZIwnUibIGHbnhvWJqV71HiwIDAQAB", "manifest_version": 3, "name": "Krunch", "version": "2.3.1", "description": "Shorten URLs like never before", "options_ui": { "page": "src\/pages\/options\/index.html" }, "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html" }, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "storage", "offscreen", "clipboardWrite", "clipboardRead", "scripting", "contextMenus" ], "externally_connectable": { "matches": [ " |