Infodrone

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

什麼是Infodrone?

Infodrone是由fcingolani開發的Chrome擴展程式,該擴展的主要功能是“Agrega "desde el drone de Infobae" a los títulos del sitio Infobae.”。

下載Infodrone擴展crx文件

下載Infodrone擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Infodrone Infodrone
ID fkjjpeolnedjhiecgknmdjfkgldhljlb
官方網址 https://chrome.google.com/webstore/detail/infodrone/fkjjpeolnedjhiecgknmdjfkgldhljlb
簡介 Agrega "desde el drone de Infobae" a los títulos del sitio Infobae.
檔案大小 3.22 KB
安裝次數 12
目前版本 1.0
更新時間 2016-09-02
上架時間 2016-09-02
開發者 fcingolani
付費類型 free
支援的語言 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"
        }
    ]
}