Rilink
Shorten long URLs with just one click.
What is Rilink?
Rilink is a Chrome extension developed by https://ril.ink, and its main feature is "Shorten long URLs with just one click.".
Extension Screenshots
Download Rilink Extension CRX File
Download Rilink 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
Shorten long URLs with just one click. Rilink is a modern URL shortener with support for custom domains. Shorten URLs, manage your links and view the click rate statistics. Some Features: - Custom domain support. - Custom URLs for shortened links - Setting password for links. - Private statistics for shortened URLs. - View and manage your links. - RESTful API.
Extension Basic Information
Name | Rilink |
ID | cbclakgfaidonjiclobocdcibnchhlig |
Official URL | https://chromewebstore.google.com/detail/rilink/cbclakgfaidonjiclobocdcibnchhlig |
Description | Shorten long URLs with just one click. |
File Size | 1.14 MB |
Installation Count | 32 |
Current Version | 1.0.1 |
Last Updated | 2021-07-27 |
Publish Date | 2021-07-19 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://ril.ink |
[email protected] | |
Payment Type | free |
Extension Website | https://ril.ink |
Help Page URL | https://ril.ink |
Supported Languages | fa |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rilink", "version": "1.0.1", "short_name": "Rilink", "description": "Shorten long URLs with just one click.", "icons": { "16": "assets\/favicon-16.png", "32": "assets\/favicon-32.png", "48": "assets\/favicon-48.png", "128": "assets\/favicon-128.png" }, "homepage_url": "https:\/\/ril.ink", "author": "rilink", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/favicon-16.png", "32": "assets\/favicon-32.png", "48": "assets\/favicon-48.png", "128": "assets\/favicon-128.png" }, "default_title": "Shorten this URL", "chrome_style": false }, "background": { "persistent": false, "scripts": [ "js\/background.bundle.js" ] }, "minimum_chrome_version": "49", "permissions": [ "activeTab", "storage", "clipboardRead", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "options_page": "options.html", "options_ui": { "page": "options.html", "open_in_tab": true, "chrome_style": false } } |