Torrent Movie Trailers FAST

This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.

Torrent Movie Trailers FASTคืออะไร?

Torrent Movie Trailers FAST เป็นส่วนขยายของ Chrome ที่พัฒนาโดย guilhermereisrbm และคุณลักษณะหลักของมันคือ "This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Torrent Movie Trailers FAST

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

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

                        Click the icon (magnifying glass) that will appear on the top-right corner of your browser to begin.                    

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

ชื่อ Torrent Movie Trailers FAST Torrent Movie Trailers FAST
ID hbjbmikhhcdbjlokfaongblngonjengb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/torrent-movie-trailers-fa/hbjbmikhhcdbjlokfaongblngonjengb
คำอธิบาย This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.
ขนาดไฟล์ 328 KB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-02-15
วันที่เผยแพร่ 2014-02-15
คะแนน 3.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา guilhermereisrbm
ประเภทการชำระเงิน in_app
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Torrent Movie Trailers FAST",
    "description": "This extension allows you to quickly search trailers for your torrent movies by just highlighting the movie name.",
    "version": "1.0",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.0.0.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "search.png",
        "48": "search.png",
        "128": "search.png"
    },
    "browser_action": {
        "default_icon": "search.png",
        "default_popup": "popup.html"
    }
}