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\/*"
    ]
}