SIMKL Enhacer

Add Extra links to SIMKL

SIMKL Enhacerคืออะไร?

SIMKL Enhacer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Add Extra links to SIMKL"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SIMKL Enhacer

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}