Iberley Search

Buscador de Iberley

What is Iberley Search?

Iberley Search is a Chrome extension developed by apps, and its main feature is "Buscador de Iberley".

Extension Screenshots

screenshot

Download Iberley Search Extension CRX File

Download Iberley Search 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

                        App que nos permite buscar en iberley mientras buscamos en google                    

Extension Basic Information

Name Iberley Search Iberley Search
ID ilkalaaphnaakidpnghpmnbekdleghbc
Official URL https://chrome.google.com/webstore/detail/iberley-search/ilkalaaphnaakidpnghpmnbekdleghbc
Description Buscador de Iberley
File Size 221 KB
Installation Count 702
Current Version 1.0.1
Last Updated 2019-03-11
Publish Date 2019-03-11
Rating 5.00/5 Total 1 Ratings
Developer apps
Email [email protected]
Payment Type free
Privacy Policy Page URL http://d2eb79appvasri.cloudfront.net/sudespacho/Privacidad%20APP%20Sudespacho.pdf
Supported Languages es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Iberley Search",
    "version": "1.0.1",
    "description": "Buscador de Iberley",
    "permissions": [
        "activeTab",
        "webRequest",
        "storage",
        ""
    ],
    "icons": {
        "128": "images\/logo.png",
        "16": "images\/logo.png",
        "48": "images\/logo.png"
    },
    "web_accessible_resources": [
        "external\/q.min.js",
        "external\/tr.js",
        "external\/jquery-3.2.1.min.js",
        "buscador.html",
        "images\/logo_busqueda.png"
    ],
    "browser_action": {
        "default_icon": "images\/logo.png",
        "default_popup": "popup\/popup.html",
        "default_title": "Iberley Search"
    },
    "background": {
        "scripts": [
            "external\/jquery-3.2.1.min.js",
            "external\/q.min.js",
            "external\/tr.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "external\/jquery-3.2.1.min.js",
                "external\/q.min.js",
                "external\/tr.js",
                "content.js",
                "buscador.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ]
}