IMDB Torrent Search
A simple extension that displays torrents for IMDB movies and series directly onto the page
Qu'est-ce que IMDB Torrent Search ?
IMDB Torrent Search est une extension Chrome développée par crecket, et sa fonction principale est "A simple extension that displays torrents for IMDB movies and series directly onto the page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IMDB Torrent Search
Téléchargez les fichiers d'extension IMDB Torrent Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | IMDB Torrent Search |
ID | kaacflffkmlaiebklgemhmlfbhificko |
URL Officiel | https://chromewebstore.google.com/detail/imdb-torrent-search/kaacflffkmlaiebklgemhmlfbhificko |
Description | A simple extension that displays torrents for IMDB movies and series directly onto the page |
Taille du Fichier | 153 KB |
Nombre d'Installations | 1,790 |
Version Actuelle | 1.6.1 |
Dernière Mise à Jour | 2021-04-29 |
Date de Publication | 2020-04-18 |
Évaluation | 3.64/5 Total 14 Évaluations |
Développeur | crecket |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |