TorrentLeech IMDb-ify
Allows TL users to see at a glance what the selected movie/tv series is about.
Apa itu TorrentLeech IMDb-ify?
TorrentLeech IMDb-ify adalah ekstensi Chrome yang dikembangkan oleh jdw, dan fitur utamanya adalah "Allows TL users to see at a glance what the selected movie/tv series is about.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TorrentLeech IMDb-ify
Unduh file ekstensi TorrentLeech IMDb-ify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Dynamically creates a pane visualizing key information of the selected item. Informasi Dasar Ekstensi
| Nama | |
| ID | njebdiiinbcomfljbdllgekmlglnmoie |
| URL Resmi | https://chromewebstore.google.com/detail/torrentleech-imdb-ify/njebdiiinbcomfljbdllgekmlglnmoie |
| Deskripsi | Allows TL users to see at a glance what the selected movie/tv series is about. |
| Ukuran File | 58.03 KB |
| Jumlah Instalasi | 40 |
| Versi Saat Ini | 1.3.8 |
| Terakhir Diperbarui | 2016-04-20 |
| Tanggal Publikasi | 2016-04-20 |
| Penilaian | 4.50/5 Total 2 Penilaian |
| Pengembang | jdw |
| [email protected] | |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "TorrentLeech IMDb-ify",
"version": "1.3.8",
"description": "Allows TL users to see at a glance what the selected movie\/tv series is about.",
"icons": {
"48": "48.png",
"128": "128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/torrentleech.org\/torrents\/browse\/*",
"http:\/\/www.torrentleech.org\/torrents\/browse\/*",
"https:\/\/torrentleech.org\/torrents\/browse\/*",
"https:\/\/www.torrentleech.org\/torrents\/browse\/*"
],
"css": [
"jquery.qtip.min.css",
"style.css"
],
"js": [
"jquery.js",
"jquery.qtip.min.js",
"script.js"
]
}
],
"web_accessible_resources": [
"jquery.qtip.min.js.map",
"loading.gif"
]
} | |