Infodrone

Agrega "desde el drone de Infobae" a los títulos del sitio Infobae.

Apa itu Infodrone?

Infodrone adalah ekstensi Chrome yang dikembangkan oleh fcingolani, dan fitur utamanya adalah "Agrega "desde el drone de Infobae" a los títulos del sitio Infobae.".

Unduh Berkas CRX Ekstensi Infodrone

Unduh file ekstensi Infodrone 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

                                            

Informasi Dasar Ekstensi

Nama Infodrone Infodrone
ID fkjjpeolnedjhiecgknmdjfkgldhljlb
URL Resmi https://chrome.google.com/webstore/detail/infodrone/fkjjpeolnedjhiecgknmdjfkgldhljlb
Deskripsi Agrega "desde el drone de Infobae" a los títulos del sitio Infobae.
Ukuran File 3.22 KB
Jumlah Instalasi 12
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-09-02
Tanggal Publikasi 2016-09-02
Pengembang fcingolani
Tipe Pembayaran free
Bahasa yang Didukung es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Infodrone",
    "description": "Agrega \"desde el drone de Infobae\" a los t\u00edtulos del sitio Infobae.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.infobae.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}