Ripper Web Content | Capture Metadata Content

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

Ripper Web Content | Capture Metadata Content là gì?

Ripper Web Content | Capture Metadata Content là một tiện ích mở rộng Chrome được phát triển bởi Miguel Segovia, và tính năng chính của nó là "Extension that analyses and extracts metadata from content found on the web.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ripper Web Content | Capture Metadata Content

Tải xuống các tệp mở rộng Ripper Web Content | Capture Metadata Content dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ripper Web Content | Capture Metadata Content Ripper Web Content | Capture Metadata Content
ID popfhajlkgkiecedhefhifccngogomgh
URL Chính Thức https://chromewebstore.google.com/detail/ripper-web-content-captur/popfhajlkgkiecedhefhifccngogomgh
Mô tả Extension that analyses and extracts metadata from content found on the web.
Kích Thước Tệp 23.98 MB
Số Lần Cài Đặt 238
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2023-04-08
Ngày Phát Hành 2023-03-19
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Miguel Segovia
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}