The PirateBay Imdb Plugin

It's a plugin that allows previsualize imdb information when is available in the description (through a link).

The PirateBay Imdb Pluginคืออะไร?

The PirateBay Imdb Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย slothdevelopers และคุณลักษณะหลักของมันคือ "It's a plugin that allows previsualize imdb information when is available in the description (through a link)."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The PirateBay Imdb Plugin

ดาวน์โหลดไฟล์ส่วนขยาย The PirateBay Imdb Plugin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        It's a plugin for The PirateBay that allows previsualize imdb information when is available in the description (through a link).

It uses https://www.omdbapi.com to collect the necesary info.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ The PirateBay Imdb Plugin The PirateBay Imdb Plugin
ID glgjecfihejmjabjnebdeagibbgefgcc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/the-piratebay-imdb-plugin/glgjecfihejmjabjnebdeagibbgefgcc
คำอธิบาย It's a plugin that allows previsualize imdb information when is available in the description (through a link).
ขนาดไฟล์ 64.89 KB
จำนวนการติดตั้ง 54
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2015-10-01
วันที่เผยแพร่ 2015-10-01
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา slothdevelopers
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The PirateBay Imdb Plugin",
    "description": "It's a plugin that allows previsualize imdb information when is available in the description (through a link).",
    "version": "2.0",
    "icons": {
        "16": "icon_16.png",
        "48": "icon.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "The PirateBay Imdb"
    },
    "permissions": [
        "https:\/\/thepiratebay.cd\/",
        "https:\/\/thepiratebay.mn\/",
        "https:\/\/piratemirror.net\/",
        "https:\/\/torrentdr.com\/",
        "https:\/\/thebay.tv\/",
        "https:\/\/thepiratebay.uk.net\/",
        "https:\/\/thepiratebay.gs\/",
        "https:\/\/thepiratebay.la\/",
        "https:\/\/thepiratebay.vg\/",
        "https:\/\/thepiratebay.am\/",
        "https:\/\/thepiratebay.gd\/",
        "https:\/\/thepiratebay.cr\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/thepiratebay.cd\/*",
                "https:\/\/thepiratebay.mn\/*",
                "https:\/\/piratemirror.net\/*",
                "https:\/\/torrentdr.com\/*",
                "https:\/\/thebay.tv\/*",
                "https:\/\/thepiratebay.uk.net\/*",
                "https:\/\/thepiratebay.gs\/*",
                "https:\/\/thepiratebay.la\/*",
                "https:\/\/thepiratebay.vg\/*",
                "https:\/\/thepiratebay.am\/*",
                "https:\/\/thepiratebay.gd\/*",
                "https:\/\/thepiratebay.cr\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "addImdbInfo.js"
            ],
            "run_at": "document_start",
            "css": [
                "piratebay_imdb.css"
            ]
        }
    ]
}