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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.reviewsmaker.com และคุณลักษณะหลักของมันคือ "Theia for Facebook is a free extension to automate reverse-lookup and data collection about Facebook users."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Theia for Facebook

ดาวน์โหลดไฟล์ส่วนขยาย Theia for Facebook ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}