SIMKL Enhacer

Add Extra links to SIMKL

SIMKL Enhacer là gì?

SIMKL Enhacer là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Add Extra links to SIMKL".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SIMKL Enhacer

Tải xuống các tệp mở rộng SIMKL Enhacer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SIMKL Enhacer SIMKL Enhacer
ID bfihfcadjnieciejgpnlpglcacbjiefa
URL Chính Thức https://chromewebstore.google.com/detail/simkl-enhacer/bfihfcadjnieciejgpnlpglcacbjiefa
Mô tả Add Extra links to SIMKL
Kích Thước Tệp 57.93 KB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2017-10-17
Ngày Phát Hành 2017-10-17
Đánh Giá 3.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}