Bounce
Share Links with Friends, Privately.
What is Bounce?
Bounce is a Chrome extension developed by https://bounce-it.com, and its main feature is "Share Links with Friends, Privately.".
Extension Screenshots
Download Bounce Extension CRX File
Download Bounce 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
Bounce provides a quick and simple way to share your favorite content, including articles, videos, images from around the web to your friends, family and colleagues in a streamlined interface for both the sender and the receiver. Bounce eliminates the need to email links.
Extension Basic Information
Name | |
ID | falgkginoepelacanocifgmkiljnkbhi |
Official URL | https://chromewebstore.google.com/detail/bounce/falgkginoepelacanocifgmkiljnkbhi |
Description | Share Links with Friends, Privately. |
File Size | 19.21 KB |
Installation Count | 14 |
Current Version | 1.0 |
Last Updated | 2015-01-03 |
Publish Date | 2015-01-03 |
Developer | https://bounce-it.com |
Payment Type | free |
Extension Website | http://www.bounce-it.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bounce", "description": "Share Links with Friends, Privately.", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "bounce.png", "default_popup": "popup.html" }, "icons": { "16": "bounce.png", "48": "bounce.png", "128": "bounce.png" }, "permissions": [ "http:\/\/www.bounce-it.com\/", "tabs", "gcm", "storage" ] } |