Torrentz2 Magnet & IMDb +

Adds magnet links, IMDb links with ratings, and live stream for torrents on Torrentz. Also, auto-redirects to the TOR site on error

Torrentz2 Magnet & IMDb +คืออะไร?

Torrentz2 Magnet & IMDb + เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gilshallem และคุณลักษณะหลักของมันคือ "Adds magnet links, IMDb links with ratings, and live stream for torrents on Torrentz. Also, auto-redirects to the TOR site on error"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Torrentz2 Magnet & IMDb +

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

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

                        Features:
1. Adds Magnet Links for both the search results and the details page of torrents.
2. Adds IMDB Rating and link
3. Live Stream torrent videos
4. If the server is down, it will automatically redirect to the TOR site

SUPPORTS All THE NEW DOMAINS INCLUDING Torrentz2.is, Torrentsmirror.com and  Torrentz.pl                    

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

ชื่อ Torrentz2 Magnet & IMDb + Torrentz2 Magnet & IMDb +
ID gfdagplpafaaplpkngcjbpkgeneapboc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/torrentz2-magnet-imdb-+/gfdagplpafaaplpkngcjbpkgeneapboc
คำอธิบาย Adds magnet links, IMDb links with ratings, and live stream for torrents on Torrentz. Also, auto-redirects to the TOR site on error
ขนาดไฟล์ 22.72 KB
จำนวนการติดตั้ง 6,428
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2020-12-22
วันที่เผยแพร่ 2020-08-01
คะแนน 4.13/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา gilshallem
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.min.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "script.min.js"
            ],
            "matches": [
                "*:\/\/torrentzwealmisr.onion.ws\/*",
                "*:\/\/torrentsmirror.com\/*",
                "*:\/\/torrentz.pl\/*",
                "*:\/\/torrentz2.is\/*",
                "*:\/\/torrentz.eu\/*",
                "*:\/\/torrentz.ch\/*",
                "*:\/\/torrentz.me\/*",
                "*:\/\/torrentz.in\/*",
                "*:\/\/torrentz.com\/*",
                "*:\/\/torrentz2.eu\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/v2.sg.media-imdb.com\/suggestion\/*\/",
        "https:\/\/*.imdb.com\/*\/",
        "storage"
    ],
    "description": "Adds magnet links, IMDb links with ratings, and live stream for torrents on Torrentz. Also, auto-redirects to the TOR site on error",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_icon": "\/icon16.png",
        "default_popup": "settings.html",
        "default_title": "Torrentz settings"
    },
    "manifest_version": 2,
    "name": "Torrentz2 Magnet & IMDb +",
    "version": "1.0.5",
    "version_name": "1.0.5",
    "web_accessible_resources": [
        "icon16.png",
        "imdb.png",
        "play.png"
    ]
}