Github Emails Finder & Exporter PRO

Extract emails from GitHub

Github Emails Finder & Exporter PRO là gì?

Github Emails Finder & Exporter PRO là một tiện ích mở rộng Chrome được phát triển bởi GEF, và tính năng chính của nó là "Extract emails from GitHub".

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

Tải xuống tệp CRX của tiện ích mở rộng Github Emails Finder & Exporter PRO

Tải xuống các tệp mở rộng Github Emails Finder & Exporter PRO 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

                        Uncover 5000 hidden primary emails of software engineers on Github per hour!

Key features:
- revealing emails from 3 sources, not only 1 public API
- accuracy check: controlling if revealed email really belongs to the developer, not to someone else
- crawling limitations overcoming, revealing 5000 emails per hour !
- Download CSV                    

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

Tên Github Emails Finder & Exporter PRO Github Emails Finder & Exporter PRO
ID aljekafekokpmbgmeodfbocanjbnkpop
URL Chính Thức https://chromewebstore.google.com/detail/github-emails-finder-expo/aljekafekokpmbgmeodfbocanjbnkpop
Mô tả Extract emails from GitHub
Kích Thước Tệp 821 KB
Số Lần Cài Đặt 52
Phiên Bản Hiện Tại 3.1.0
Cập Nhật Lần Cuối 2018-12-03
Ngày Phát Hành 2018-12-03
Đánh Giá 4.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển GEF
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": "__MSG_appName__",
    "version": "3.1.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}