SIMKL Enhacer

Add Extra links to SIMKL

什么是SIMKL Enhacer?

SIMKL Enhacer是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Add Extra links to SIMKL”。

扩展截图

screenshot

下载SIMKL Enhacer扩展crx文件

下载SIMKL Enhacer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Simkl-enhancer is a chrome extension to add some funcionalities to [Simkl](https://simkl.com) a TV shows, Movies and Animes Tracker.

## Funcionalities

* Add an https://animeflv.net and http://jkanime.net/ (spanish sites) direct link in all the episodes o animes.

* Add links to https://www.rainierland.one/ and http://subsmovies.tv/ in movies.

* Add links to https://watch.popcorntime-online.tv in series. Soon also in movies.                    

扩展基本信息

名称 SIMKL Enhacer SIMKL Enhacer
ID bfihfcadjnieciejgpnlpglcacbjiefa
官方URL https://chromewebstore.google.com/detail/simkl-enhacer/bfihfcadjnieciejgpnlpglcacbjiefa
简介 Add Extra links to SIMKL
文件大小 57.93 KB
安装次数 41
当前版本 0.1.3
更新时间 2017-10-17
上架时间 2017-10-17
评分 3.00/5 共4次评分
开发者 Unknown
付费类型 free
支持的语言 es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SIMKL Enhacer",
    "version": "0.1.3",
    "description": "Add Extra links to SIMKL",
    "permissions": [
        "webNavigation",
        "storage",
        "https:\/\/animeflv.net\/",
        "https:\/\/jkanime.net\/",
        "https:\/\/www.rainierland.one\/",
        "http:\/\/subsmovies.tv\/",
        "https:\/\/watch.popcorntime-online.tv\/"
    ],
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/simkl.com\/anime*",
                "https:\/\/simkl.com\/movies*",
                "https:\/\/simkl.com\/tv*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "img\/*"
    ]
}