brnrs - Create private, temporary URLs

Create shortened URLs that delete themselves after a specified number of uses or amout of time.

What is brnrs - Create private, temporary URLs?

brnrs - Create private, temporary URLs is a Chrome extension developed by https://brnrs.io, and its main feature is "Create shortened URLs that delete themselves after a specified number of uses or amout of time.".

Extension Screenshots

screenshot
screenshot
screenshot

Download brnrs - Create private, temporary URLs Extension CRX File

Download brnrs - Create private, temporary URLs 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

                        Add some impermanence to the links you share on on the web! brnrs allows anyone to create anonymous, temporary links in a matter of seconds.

-Shorten any URL
-Choose how long it is active (either via number of uses, an expiration time/date, or both)
-Share the link the same way you would any other
-Expired links resolve to a standard placeholder page

The brnrs Chrome extension is open source and leverages the brnrs.io API.                    

Extension Basic Information

Name brnrs - Create private, temporary URLs brnrs - Create private, temporary URLs
ID pobinhjkpbnfdphmeopaclblbcgbdkoe
Official URL https://chromewebstore.google.com/detail/brnrs-create-private-temp/pobinhjkpbnfdphmeopaclblbcgbdkoe
Description Create shortened URLs that delete themselves after a specified number of uses or amout of time.
File Size 293 KB
Installation Count 74
Current Version 0.1
Last Updated 2016-06-30
Publish Date 2016-06-30
Rating 2.33/5 Total 3 Ratings
Developer https://brnrs.io
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "brnrs - Create private, temporary URLs",
    "description": "Create shortened URLs that delete themselves after a specified number of uses or amout of time.",
    "version": "0.1",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.htm",
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        }
    },
    "background": {
        "persistant": false
    },
    "permissions": [
        "activeTab",
        "https:\/\/brnrs.io\/*"
    ]
}