AnyLink

AnyLink lets you emulate your network experience through a set of different profiles.

What is AnyLink?

AnyLink is a Chrome extension developed by AnyLink, and its main feature is "AnyLink lets you emulate your network experience through a set of different profiles.".

Extension Screenshots

screenshot

Download AnyLink Extension CRX File

Download AnyLink 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

                        AnyLink is a cloud-based emulation service. You can emulate web browsing in various conditions by forwarding your traffic through different network links (e.g. a 3G connection, or a DSL connection). AnyLink uses Facebook's Augmented Traffic Control to emulate links, and network cookies to express which link to use. 

More information can be found at http://anylink.stanford.edu .
Currently under development. Please report bugs and feature requests.                    

Extension Basic Information

Name AnyLink AnyLink
ID pecadkopongafgmgphnmohaoenbglilk
Official URL https://chromewebstore.google.com/detail/anylink/pecadkopongafgmgphnmohaoenbglilk
Description AnyLink lets you emulate your network experience through a set of different profiles.
File Size 708 KB
Installation Count 44
Current Version 0.0.15
Last Updated 2016-08-09
Publish Date 2016-08-09
Rating 2.00/5 Total 1 Ratings
Developer AnyLink
Payment Type free
Extension Website http://anylink.stanford.edu
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AnyLink",
    "version": "0.0.15",
    "manifest_version": 2,
    "short_name": "Network Emulation",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "description": "AnyLink lets you emulate your network experience through a set of different profiles.",
    "browser_action": {
        "default_title": "AnyLink: Network Emulation Service",
        "default_popup": "popup_menu.html"
    },
    "permissions": [
        "",
        "proxy",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "notifications",
        "alarms"
    ],
    "background": {
        "page": "background.html"
    }
}