The PirateBay Imdb Plugin
It's a plugin that allows previsualize imdb information when is available in the description (through a link).
¿Qué es The PirateBay Imdb Plugin?
The PirateBay Imdb Plugin es una extensión de Chrome desarrollada por slothdevelopers, y su función principal es "It's a plugin that allows previsualize imdb information when is available in the description (through a link).".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión The PirateBay Imdb Plugin
Descarga archivos de extensión The PirateBay Imdb Plugin en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
It's a plugin for The PirateBay that allows previsualize imdb information when is available in the description (through a link). It uses https://www.omdbapi.com to collect the necesary info.
Información Básica de la Extensión
Nombre | |
ID | glgjecfihejmjabjnebdeagibbgefgcc |
URL Oficial | https://chrome.google.com/webstore/detail/the-piratebay-imdb-plugin/glgjecfihejmjabjnebdeagibbgefgcc |
Descripción | It's a plugin that allows previsualize imdb information when is available in the description (through a link). |
Tamaño del Archivo | 64.89 KB |
Cantidad de Instalaciones | 54 |
Versión Actual | 2.0 |
Última Actualización | 2015-10-01 |
Fecha de Publicación | 2015-10-01 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | slothdevelopers |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The PirateBay Imdb Plugin", "description": "It's a plugin that allows previsualize imdb information when is available in the description (through a link).", "version": "2.0", "icons": { "16": "icon_16.png", "48": "icon.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "The PirateBay Imdb" }, "permissions": [ "https:\/\/thepiratebay.cd\/", "https:\/\/thepiratebay.mn\/", "https:\/\/piratemirror.net\/", "https:\/\/torrentdr.com\/", "https:\/\/thebay.tv\/", "https:\/\/thepiratebay.uk.net\/", "https:\/\/thepiratebay.gs\/", "https:\/\/thepiratebay.la\/", "https:\/\/thepiratebay.vg\/", "https:\/\/thepiratebay.am\/", "https:\/\/thepiratebay.gd\/", "https:\/\/thepiratebay.cr\/" ], "content_scripts": [ { "matches": [ "https:\/\/thepiratebay.cd\/*", "https:\/\/thepiratebay.mn\/*", "https:\/\/piratemirror.net\/*", "https:\/\/torrentdr.com\/*", "https:\/\/thebay.tv\/*", "https:\/\/thepiratebay.uk.net\/*", "https:\/\/thepiratebay.gs\/*", "https:\/\/thepiratebay.la\/*", "https:\/\/thepiratebay.vg\/*", "https:\/\/thepiratebay.am\/*", "https:\/\/thepiratebay.gd\/*", "https:\/\/thepiratebay.cr\/*" ], "js": [ "jquery-2.1.4.min.js", "addImdbInfo.js" ], "run_at": "document_start", "css": [ "piratebay_imdb.css" ] } ] } |