Scrt.link - Share a secret!

A chrome extension for scrt.link

What is Scrt.link - Share a secret!?

Scrt.link - Share a secret! is a Chrome extension developed by https://scrt.link, and its main feature is "A chrome extension for scrt.link".

Extension Screenshots

screenshot
screenshot
screenshot

Download Scrt.link - Share a secret! Extension CRX File

Download Scrt.link - Share a secret! 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

                        Scrt.link lets you share sensitive information online. Keep confidential information out of email, Slack, Teams, Whatsapp or any other communication channel. A one-time disposable link guarantees your secrets can only ever be accessed once - before being destroyed forever.                    

Extension Basic Information

Name Scrt.link - Share a secret! Scrt.link - Share a secret!
ID gkpenncdoafjgnphhnmoiocbfbojggip
Official URL https://chromewebstore.google.com/detail/scrtlink-share-a-secret/gkpenncdoafjgnphhnmoiocbfbojggip
Description A chrome extension for scrt.link
File Size 94.34 KB
Installation Count 102
Current Version 1.0.1
Last Updated 2021-06-23
Publish Date 2021-06-20
Rating 5.00/5 Total 5 Ratings
Developer https://scrt.link
Email [email protected]
Payment Type in_app
Extension Website https://scrt.link
Help Page URL https://scrt.link/contact
Privacy Policy Page URL https://scrt.link/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A chrome extension for scrt.link",
    "version": "1.0.1",
    "manifest_version": 3,
    "name": "Scrt.link - Share a secret!",
    "options_page": "options.html",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/scrt.link\/*"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ]
}