ClubLink
ClubLink.to browser extension
What is ClubLink?
ClubLink is a Chrome extension developed by https://clublink.to, and its main feature is "ClubLink.to browser extension".
Extension Screenshots
Download ClubLink Extension CRX File
Download ClubLink 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
ClubLink.to helps you to promote your Clubhouse events. It prepares a SEO-optimized event page with an appealing social sharing image on top. With this extension you can save yourself some time by simply using it on your events directly. It allows you to optimize your Clubhouse link in one click.
Extension Basic Information
Name | ClubLink |
ID | ecpncbaendnlpapjphoeppneaebfbaln |
Official URL | https://chromewebstore.google.com/detail/clublink/ecpncbaendnlpapjphoeppneaebfbaln |
Description | ClubLink.to browser extension |
File Size | 17.03 KB |
Installation Count | 21 |
Current Version | 0.1 |
Last Updated | 2021-02-22 |
Publish Date | 2021-02-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://clublink.to |
[email protected] | |
Payment Type | free |
Extension Website | https://clublink.to |
Help Page URL | https://clublink.to/contact |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "ClubLink" }, "name": "ClubLink", "description": "ClubLink.to browser extension", "homepage_url": "https:\/\/ClubLink.to", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "activeTab", "https:\/\/joinclubhouse.com\/*", "https:\/\/ios.joinclubhouse.com\/*", "https:\/\/www.joinclubhouse.com\/*" ], "version": "0.1", "manifest_version": 2 } |