Ripper Web Content | Capture Metadata Content

Extension that analyses and extracts metadata from content found on the web.

Wat is Ripper Web Content | Capture Metadata Content?

Ripper Web Content | Capture Metadata Content is een Chrome-extensie ontwikkeld door Miguel Segovia, en de belangrijkste functie is "Extension that analyses and extracts metadata from content found on the web.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Ripper Web Content | Capture Metadata Content

Download Ripper Web Content | Capture Metadata Content-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Ripper Web Content is a versatile tool that analyses images and documents on a website, extracting detailed information and facilitating various operations on them. This extension is valuable in digital forensics and investigative environments, as well as in the OSINT (Open Source Intelligence) field due to its reverse lookup and face analysis capabilities.

Features:

- Ability to obtain and download image metadata.
- Reverse image search with Google Lens and TinEye.
- Analysis with FotoForensics.
- Face detection: number of people in a photo, gender, age and mood.
- Fast image download.
- Document scanning (.pdf, .docx, .pptx, .xlsx), metadata extraction and downloading.                    

Basisinformatie over de Extensie

Naam Ripper Web Content | Capture Metadata Content Ripper Web Content | Capture Metadata Content
ID popfhajlkgkiecedhefhifccngogomgh
Officiële URL https://chromewebstore.google.com/detail/ripper-web-content-captur/popfhajlkgkiecedhefhifccngogomgh
Beschrijving Extension that analyses and extracts metadata from content found on the web.
Bestandsgrootte 23.98 MB
Aantal Installaties 238
Huidige Versie 1.2.2
Laatst Bijgewerkt 2023-04-08
Publicatiedatum 2023-03-19
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Miguel Segovia
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ripper Web Content | Capture Metadata Content",
    "version": "1.2.2",
    "manifest_version": 3,
    "description": "Extension that analyses and extracts metadata from content found on the web.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "exif.js",
                "content.js",
                "face-api.min.js",
                "jszip.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "models\/*",
                "mammoth.browser.min.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": false
        }
    ]
}