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 Oct 25, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Link Shortener",
"version": "2.3.1",
"description": "Beautiful modern URL shortener with glassmorphism design, multiple free services, dark mode, history management, and QR codes",
"author": "Link Shortener Team",
"homepage_url": "https:\/\/linkshortener-extension.com",
"permissions": [
"activeTab",
"storage",
"tabs"
],
"host_permissions": [
"https:\/\/tinyurl.com\/api-create.php*",
"https:\/\/da.gd\/s*",
"https:\/\/v.gd\/create.php*",
"https:\/\/cleanuri.com\/api\/v1\/shorten*",
"https:\/\/api.qrserver.com\/v1\/create-qr-code\/*"
],
"action": {
"default_popup": "popup.html",
"default_title": "Link Shortener - Shorten URLs quickly",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"options_page": "options.html",
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+L",
"mac": "Command+Shift+L"
},
"description": "Open Link Shortener"
},
"shorten_current_url": {
"suggested_key": {
"default": "Ctrl+Shift+S",
"mac": "Command+Shift+S"
},
"description": "Shorten current page URL"
}
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
}
}