The PirateBay Imdb Plugin
It's a plugin that allows previsualize imdb information when is available in the description (through a link).
The PirateBay Imdb Pluginとは何ですか?
The PirateBay Imdb Pluginはslothdevelopersによって開発されたChromeの拡張機能で、その主な機能は「It's a plugin that allows previsualize imdb information when is available in the description (through a link).」です。
拡張機能のスクリーンショット
The PirateBay Imdb Plugin拡張機能のCRXファイルをダウンロード
The PirateBay Imdb Plugin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | glgjecfihejmjabjnebdeagibbgefgcc |
公式URL | https://chrome.google.com/webstore/detail/the-piratebay-imdb-plugin/glgjecfihejmjabjnebdeagibbgefgcc |
説明 | It's a plugin that allows previsualize imdb information when is available in the description (through a link). |
ファイルサイズ | 64.89 KB |
インストール数 | 54 |
現在のバージョン | 2.0 |
最終更新日 | 2015-10-01 |
公開日 | 2015-10-01 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | slothdevelopers |
支払い方法 | free |
対応言語 | 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" ] } ] } |