Infodrone
Agrega "desde el drone de Infobae" a los títulos del sitio Infobae.
What is Infodrone?
Infodrone is a Chrome extension developed by fcingolani, and its main feature is "Agrega "desde el drone de Infobae" a los títulos del sitio Infobae.".
Download Infodrone Extension CRX File
Download Infodrone extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | fkjjpeolnedjhiecgknmdjfkgldhljlb |
Official URL | https://chrome.google.com/webstore/detail/infodrone/fkjjpeolnedjhiecgknmdjfkgldhljlb |
Description | Agrega "desde el drone de Infobae" a los títulos del sitio Infobae. |
File Size | 3.22 KB |
Installation Count | 12 |
Current Version | 1.0 |
Last Updated | 2016-09-02 |
Publish Date | 2016-09-02 |
Developer | fcingolani |
Payment Type | free |
Supported Languages | 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" } ] } |