IMDB Torrent Search
A simple extension that displays torrents for IMDB movies and series directly onto the page
IMDB Torrent Search là gì?
IMDB Torrent Search là một tiện ích mở rộng Chrome được phát triển bởi crecket, và tính năng chính của nó là "A simple extension that displays torrents for IMDB movies and series directly onto the page".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng IMDB Torrent Search
Tải xuống các tệp mở rộng IMDB Torrent Search 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
We now support custom links for sites we don't support by default. Source can be found at https://github.com/Crecket/imdb-torrent-search feel free to submit bug reports and suggestions there
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | IMDB Torrent Search |
ID | kaacflffkmlaiebklgemhmlfbhificko |
URL Chính Thức | https://chromewebstore.google.com/detail/imdb-torrent-search/kaacflffkmlaiebklgemhmlfbhificko |
Mô tả | A simple extension that displays torrents for IMDB movies and series directly onto the page |
Kích Thước Tệp | 153 KB |
Số Lần Cài Đặt | 1,790 |
Phiên Bản Hiện Tại | 1.6.1 |
Cập Nhật Lần Cuối | 2021-04-29 |
Ngày Phát Hành | 2020-04-18 |
Đánh Giá | 3.64/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | crecket |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IMDB Torrent Search", "short_name": "IMDB Torrent Search", "description": "A simple extension that displays torrents for IMDB movies and series directly onto the page", "version": "1.6.1", "offline_enabled": false, "background": { "scripts": [ "build\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/www.imdb.com\/title\/*", "https:\/\/www.imdb.com\/title\/*" ], "css": [ "build\/content.css" ], "js": [ "build\/content.js" ] } ], "browser_action": { "default_icon": "img\/logo-16x16.png", "default_popup": "popup.html" }, "icons": { "16": "img\/logo-16x16.png", "48": "img\/logo-48x48.png", "128": "img\/logo-128x128.png" }, "permissions": [ "storage", "https:\/\/yts.mx\/*", "https:\/\/eztv.re\/*" ], "web_accessible_resources": [ "img\/logo-16x16.png", "img\/icon-magnet.gif", "img\/1337x-favicon.png", "img\/extratorrent-favicon.png", "img\/torrents-favicon.png", "img\/rargb-favicon.png", "img\/aiosearch-favicon.png", "img\/ibit-favicon.png", "img\/tpb-favicon.png" ], "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/cdnjs.cloudflare.com 'unsafe-eval'; object-src 'self' https:\/\/fonts.googleapis.com" } |