Web Scrapper Module

This extension allows you to scrape details from Website

Apa itu Web Scrapper Module?

Web Scrapper Module adalah ekstensi Chrome yang dikembangkan oleh Mad Scientist, dan fitur utamanya adalah "This extension allows you to scrape details from Website".

Unduh Berkas CRX Ekstensi Web Scrapper Module

Unduh file ekstensi Web Scrapper Module 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 Web Scrapper Module Web Scrapper Module
ID iffnpffhbgdhdnaoobgecaefaecccnbp
URL Resmi https://chromewebstore.google.com/detail/web-scrapper-module/iffnpffhbgdhdnaoobgecaefaecccnbp
Deskripsi This extension allows you to scrape details from Website
Ukuran File 54.8 KB
Jumlah Instalasi 42
Versi Saat Ini 1.1
Terakhir Diperbarui 2015-12-01
Tanggal Publikasi 2015-12-01
Pengembang Mad Scientist
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Scrapper Module",
    "description": "This extension allows you to scrape details from Website",
    "version": "1.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "128": "logo_icon256.png"
    },
    "background": {
        "scripts": [
            "jquery-min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery-min.js",
                "bridge.js"
            ],
            "matches": [
                "*:\/\/*\/*",
                "*:\/\/*.cozeva.com\/*",
                "*:\/\/*.cozeva.me\/*",
                "*:\/\/fiddle.jshell.net\/*",
                "*:\/\/run.jsbin.io\/*",
                "*:\/\/localhost\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}