Supr.Link 超級連結

Supr.Link 超級連結!多功能縮址服務 - 分流、裝置判斷、贊助連結產生

What is Supr.Link 超級連結?

Supr.Link 超級連結 is a Chrome extension developed by Aotter 電獺, and its main feature is "Supr.Link 超級連結!多功能縮址服務 - 分流、裝置判斷、贊助連結產生".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Supr.Link 超級連結 Extension CRX File

Download Supr.Link 超級連結 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

                        Supr.Link 超級連結!分流、裝置及推廣您的短網址。

Supr.Link 擴充服務能將您正在瀏覽的頁面,透過一鍵產生的短網址分享在社群媒體上!同時還能更改、上鎖您的統計分析數據,您所產生的短網址都會匯聚在新開啟的分頁底下,讓您隨時都能查看、點擊該網址。只要登入電獺帳戶,便能立即使用網址分流、裝置及推廣短網址的服務。                    

Extension Basic Information

Name Supr.Link 超級連結 Supr.Link 超級連結
ID nfmloiebeieogaehdfdibfkfgfjcobgk
Official URL https://chromewebstore.google.com/detail/suprlink-%E8%B6%85%E7%B4%9A%E9%80%A3%E7%B5%90/nfmloiebeieogaehdfdibfkfgfjcobgk
Description Supr.Link 超級連結!多功能縮址服務 - 分流、裝置判斷、贊助連結產生
File Size 825 KB
Installation Count 420
Current Version 2.4.0
Last Updated 2020-07-30
Publish Date 2020-04-20
Rating 5.00/5 Total 4 Ratings
Developer Aotter 電獺
Email [email protected]
Payment Type free
Extension Website https://supr.link
Privacy Policy Page URL https://account.aotter.net/tou
Supported Languages en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Supr.Link \u8d85\u7d1a\u9023\u7d50",
    "description": "Supr.Link \u8d85\u7d1a\u9023\u7d50\uff01\u591a\u529f\u80fd\u7e2e\u5740\u670d\u52d9 - \u5206\u6d41\u3001\u88dd\u7f6e\u5224\u65b7\u3001\u8d0a\u52a9\u9023\u7d50\u7522\u751f",
    "version": "2.4.0",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "tabs",
        "cookies",
        "management",
        "https:\/\/account.aotter.net\/",
        "https:\/\/supr.link\/"
    ],
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_title": "aotter-suprlink-extension",
        "default_popup": "popup\/popup.html",
        "default_icon": "icons\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_end"
        }
    ]
}