Vortimo

Vortimo is software that records, augments, recalls, scrapes, enrich, reports and finds web pages you've visited before.

什么是Vortimo?

Vortimo是由https://www.vortimo.com开发的Chrome扩展程序,该扩展的主要功能是“Vortimo is software that records, augments, recalls, scrapes, enrich, reports and finds web pages you've visited before.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Vortimo扩展crx文件

下载Vortimo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Vortimo Proper has been replaced by OSINT-tool. It's a lot slicker and easier and provides similar functionality as Vortimo Proper. OSINT-tool is produced by Vortimo, the same people, the same company.

You can learn more about OSINT-tool at https://osint-tool.com.

You can read about the differences between Vortimo Proper and OSINT-tool on this webpage:
https://osinttool.notaku.site/vortimo-proper-vs-osint-tool

If you REALLY need the extension you can install it here, but it's not supported since July 2023.                    

扩展基本信息

名称 Vortimo Vortimo
ID engmbahfeipfbgcjnjgekgkpmdfhkicn
官方URL https://chromewebstore.google.com/detail/vortimo/engmbahfeipfbgcjnjgekgkpmdfhkicn
简介 Vortimo is software that records, augments, recalls, scrapes, enrich, reports and finds web pages you've visited before.
文件大小 5.11 MB
安装次数 723
当前版本 1.2.20220218
更新时间 2023-11-11
上架时间 2020-03-01
评分 5.00/5 共4次评分
开发者 https://www.vortimo.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.vortimo.com/
帮助页面URL https://www.vortimo.com/fulldoc/
隐私政策页面URL https://vortimo.com/legal
支持的语言 en
manifest.json
{
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu7tkPLh5IgVgo0qKf9YNiGjXU8BL7OMtvHYUuNhFZiw\/UzqUC3E14d1G3HGm2igAWmUmSHG4SA9jRcxcWyUuFwUsK0P0iFwhrG1KqUbyiVsqEUlT\/YvvFfIaApl86uRLRRY61kBW+4r2ARieAswlibz6FCmkh4D9g7VzSCBzsd8W6mzeBiQK6zm7SKS2sZZ+FKC7DyUYsadSEhAPOO96lX2gLX0slujj7xa9hhA1Avl+wb5kvvJXitUWDSqarQSacYW\/UNAUGntkITq6tJ\/eiratqyqyvUGyHCsHOeFDBHmpLWkULdxUlCDfqJGazuBP+gQV1T8Q10xqlY5Uf8AHpQIDAQAB",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/16.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Vortimo Browser Extension"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "description": "Vortimo is software that records, augments, recalls, scrapes, enrich, reports and finds web pages you've visited before.",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "web_accessible_resources": [
        "*.map",
        "*.css",
        "*favicon.ico",
        "*.ttf",
        "*.png",
        "*.svg"
    ],
    "manifest_version": 2,
    "name": "Vortimo",
    "externally_connectable": {
        "ids": [
            "mnakbpdnkedaegeiaoakkjafhoidklnf"
        ],
        "matches": [
            "*:\/\/localhost:*\/*",
            "*:\/\/127.0.0.1:*\/*",
            "*:\/\/skylight.vortimo.com:*\/*",
            "*:\/\/osinttool.com:*\/*",
            "*:\/\/osint-tool.com:*\/*"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*",
        "nativeMessaging",
        "pageCapture",
        ""
    ],
    "short_name": "Vortimo Browser Extension",
    "version": "3.1",
    "version_name": "1.2.20220218",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}