Tuserie Download: Mega Links

This extension retrieves Mega Links from Tuserie.com

What is Tuserie Download: Mega Links?

Tuserie Download: Mega Links is a Chrome extension developed by Unknown, and its main feature is "This extension retrieves Mega Links from Tuserie.com".

Extension Screenshots

screenshot

Download Tuserie Download: Mega Links Extension CRX File

Download Tuserie Download: Mega Links 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

                        This extension allows you to search in Tuserie.com for your favourite TV Shows and other Serials and shows you its respective Mega Links. 
Basically saving time on scrolling and redirecting links.                    

Extension Basic Information

Name Tuserie Download: Mega Links Tuserie Download: Mega Links
ID fbpmcolkmeigdfgpgnjmhmofclchmnhc
Official URL https://chromewebstore.google.com/detail/tuserie-download-mega-lin/fbpmcolkmeigdfgpgnjmhmofclchmnhc
Description This extension retrieves Mega Links from Tuserie.com
File Size 146 KB
Installation Count 230
Current Version 1.4
Last Updated 2017-06-05
Publish Date 2017-06-05
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tuserie Download: Mega Links",
    "description": "This extension retrieves Mega Links from Tuserie.com",
    "version": "1.4",
    "background": {
        "scripts": [
            "js\/background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/tuserie.com\/*"
            ],
            "js": [
                "js\/components\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "index.html"
    }
}