IMDB Torrent Search
A simple extension that displays torrents for IMDB movies and series directly onto the page
什麼是IMDB Torrent Search?
IMDB Torrent Search是由crecket開發的Chrome擴展程式,該擴展的主要功能是“A simple extension that displays torrents for IMDB movies and series directly onto the page”。
擴展截圖
下載IMDB Torrent Search擴展crx文件
下載IMDB Torrent Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | IMDB Torrent Search |
ID | kaacflffkmlaiebklgemhmlfbhificko |
官方網址 | https://chromewebstore.google.com/detail/imdb-torrent-search/kaacflffkmlaiebklgemhmlfbhificko |
簡介 | A simple extension that displays torrents for IMDB movies and series directly onto the page |
檔案大小 | 153 KB |
安裝次數 | 1,790 |
目前版本 | 1.6.1 |
更新時間 | 2021-04-29 |
上架時間 | 2020-04-18 |
評分 | 3.64/5 共 14 次評分 |
開發者 | crecket |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } |