Web Scrapper Module

This extension allows you to scrape details from Website

What is Web Scrapper Module?

Web Scrapper Module is a Chrome extension developed by Mad Scientist, and its main feature is "This extension allows you to scrape details from Website".

Download Web Scrapper Module Extension CRX File

Download Web Scrapper Module 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 Web Scrapper Module Web Scrapper Module
ID iffnpffhbgdhdnaoobgecaefaecccnbp
Official URL https://chromewebstore.google.com/detail/web-scrapper-module/iffnpffhbgdhdnaoobgecaefaecccnbp
Description This extension allows you to scrape details from Website
File Size 54.8 KB
Installation Count 42
Current Version 1.1
Last Updated 2015-12-01
Publish Date 2015-12-01
Developer Mad Scientist
Payment Type free
Supported Languages 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"
    ]
}