Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "homepage_url": "https:\/\/timleland.com\/link-unshorten-extension\/", "name": "Link Unshortener", "version": "1.0.5", "icons": { "16": "img\/icons\/icon-16.png", "48": "img\/icons\/icon-48.png", "128": "img\/icons\/icon-128.png" }, "description": "Easily Unshorten any Url!", "action": { "default_title": "Link Unshortener", "default_popup": "popup.html", "default_icon": { "16": "img\/on16.png", "32": "img\/on32.png" } }, "background": { "service_worker": "js\/background.js" }, "host_permissions": [ "<all_urls>" ], "permissions": [ "declarativeNetRequest", "storage" ] }