El Toro
Find the movies of your choice with El Toro!
Apa itu El Toro?
El Toro adalah ekstensi Chrome yang dikembangkan oleh christer.evenius, dan fitur utamanya adalah "Find the movies of your choice with El Toro!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi El Toro
Unduh file ekstensi El Toro 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
This page extension add a button to the address bar when visiting the site imdb.com. Pick a movie, press the El Toro button and a google search with further information shows up in your browser.
Informasi Dasar Ekstensi
Nama | |
ID | mieggnccpkbgbgoleiofmaloheiiahbe |
URL Resmi | https://chromewebstore.google.com/detail/el-toro/mieggnccpkbgbgoleiofmaloheiiahbe |
Deskripsi | Find the movies of your choice with El Toro! |
Ukuran File | 69.56 KB |
Jumlah Instalasi | 60 |
Versi Saat Ini | 1.4.1 |
Terakhir Diperbarui | 2013-11-01 |
Tanggal Publikasi | 2013-11-01 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | christer.evenius |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "El Toro", "version": "1.4.1", "manifest_version": 2, "description": "Find the movies of your choice with El Toro!", "icons": { "16": "images\/el_toro_logo.png", "48": "images\/el_toro_logo.png", "128": "images\/el_toro_logo.png" }, "options_page": "options.html", "page_action": { "default_icon": "images\/el_toro_logo.png", "default_title": "El Toro" }, "background": { "persistent": true, "page": "background.html" }, "permissions": [ "tabs", "http:\/\/www.imdb.com\/*" ] } |