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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Theia for Facebook is a free extension to automate reverse-lookup and data collection about Facebook users."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Theia for Facebook एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}