Ripper Web Content | Capture Metadata Content

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

Ripper Web Content | Capture Metadata Content क्या है?

Ripper Web Content | Capture Metadata Content Miguel Segovia द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension that analyses and extracts metadata from content found on the web."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ripper Web Content | Capture Metadata Content एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Ripper Web Content | Capture Metadata Content Ripper Web Content | Capture Metadata Content
ID popfhajlkgkiecedhefhifccngogomgh
आधिकारिक URL https://chromewebstore.google.com/detail/ripper-web-content-captur/popfhajlkgkiecedhefhifccngogomgh
विवरण Extension that analyses and extracts metadata from content found on the web.
फ़ाइल का आकार 23.98 MB
स्थापना संख्या 238
वर्तमान संस्करण 1.2.2
अंतिम अपडेट 2023-04-08
प्रकाशन तिथि 2023-03-19
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Miguel Segovia
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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
        }
    ]
}