Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Apr 20, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ZRRO.DE Easy URL-Shortener", "description": "K\u00fcrze Links schnell, anonym und ohne Tracking. Ideal f\u00fcr alle, die Privatsph\u00e4re und Einfachheit sch\u00e4tzen.", "version": "1.1", "action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "permissions": [ "activeTab" ], "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/zrro.de\/*" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } }