Tuserie Download: Mega Links

This extension retrieves Mega Links from Tuserie.com

Tuserie Download: Mega Linksとは何ですか?

Tuserie Download: Mega LinksはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension retrieves Mega Links from Tuserie.com」です。

拡張機能のスクリーンショット

screenshot

Tuserie Download: Mega Links拡張機能のCRXファイルをダウンロード

Tuserie Download: Mega Links拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Tuserie Download: Mega Links Tuserie Download: Mega Links
ID fbpmcolkmeigdfgpgnjmhmofclchmnhc
公式URL https://chromewebstore.google.com/detail/tuserie-download-mega-lin/fbpmcolkmeigdfgpgnjmhmofclchmnhc
説明 This extension retrieves Mega Links from Tuserie.com
ファイルサイズ 146 KB
インストール数 230
現在のバージョン 1.4
最終更新日 2017-06-05
公開日 2017-06-05
評価 5.00/5 合計 1 レビュー
開発者 Unknown
支払い方法 free
対応言語 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"
    }
}