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開發的Chrome擴展程式,該擴展的主要功能是“Extension that analyses and extracts metadata from content found on the web.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Ripper Web Content | Capture Metadata Content擴展crx文件

下載Ripper Web Content | Capture Metadata Content擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
        }
    ]
}