Theia for Facebook

Theia for Facebook is a free extension to automate reverse-lookup and data collection about Facebook users.

Theia for Facebook란 무엇입니까?

Theia for Facebook은(는) https://www.reviewsmaker.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Theia for Facebook is a free extension to automate reverse-lookup and data collection about Facebook users."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Theia for Facebook 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Theia for Facebook is a free extension to automate reverse-lookup and data collection about Facebook users. When enabled, the extension will add a new icon to your toolbar, while you are on any Facebook profile simply click the icon and the Theia window will display automatically setting the profile's user profile for search. The user's information which may include:

Other names
Current address
Previous addresses
Phone numbers
E-Mail addresses
Relative Names
and other bits of info..

Theia is a designed to be a reverse look-up, discover and find information of interest in the same fashion as using a phone book directory.

This is being released as a beta for the moment!                    

확장 프로그램 기본 정보

이름 Theia for Facebook Theia for Facebook
ID kdmokpidjlppgcpeeojhpaknidhehkle
공식 URL https://chromewebstore.google.com/detail/theia-for-facebook/kdmokpidjlppgcpeeojhpaknidhehkle
설명 Theia for Facebook is a free extension to automate reverse-lookup and data collection about Facebook users.
파일 크기 586 KB
설치 횟수 1,547
현재 버전 0.0.4
최근 업데이트 2019-10-13
출시 날짜 2019-10-13
개발자 https://www.reviewsmaker.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.ilanpatao.com
도움말 페이지 URL https://www.ilanpatao.com
개인정보 보호 정책 페이지 URL https://www.reviewsmaker.com/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Theia for Facebook",
    "short_name": "Theia for Facebook",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Theia for Facebook is a free extension to automate reverse-lookup and data collection about Facebook users.",
    "homepage_url": "https:\/\/ilanpatao.com",
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Theia for Facebook",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/facebook.com\/*",
        "https:\/\/*.facebook.com\/*",
        "http:\/\/www.facebook.com\/*",
        "http:\/\/*.facebook.com\/*",
        "http:\/\/facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/facebook.com\/*",
                "https:\/\/*.facebook.com\/*",
                "http:\/\/www.facebook.com\/*",
                "http:\/\/*.facebook.com\/*",
                "http:\/\/facebook.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/facebook.com\/*",
                "https:\/\/*.facebook.com\/*",
                "http:\/\/www.facebook.com\/*",
                "http:\/\/*.facebook.com\/*",
                "http:\/\/facebook.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}