Know Who's Who on Social Media with Favikon

Know Who's Who on Social Media with Favikon

Qu'est-ce que Know Who's Who on Social Media with Favikon ?

Know Who's Who on Social Media with Favikon est une extension Chrome développée par https://favikon.com, et sa fonction principale est "Know Who's Who on Social Media with Favikon".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Know Who's Who on Social Media with Favikon

Téléchargez les fichiers d'extension Know Who's Who on Social Media with Favikon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Get more context on creators while browsing social media

While scrolling through social media, easily learn about public figures, creators, and influencers. Discover what they're famous for, their winning content strategies, and how they're acing the social media game.

Note: This extension is not affiliated with any social media covered (Linkedin, Youtube, X, Instagram and Tiktok).                    

Informations de Base sur l'Extension

Nom Know Who's Who on Social Media with Favikon Know Who's Who on Social Media with Favikon
ID kgcafegfbpedfggfhjjajmkaefamdlnl
URL Officiel https://chromewebstore.google.com/detail/know-whos-who-on-social-m/kgcafegfbpedfggfhjjajmkaefamdlnl
Description Know Who's Who on Social Media with Favikon
Taille du Fichier 7.8 MB
Nombre d'Installations 2,108
Version Actuelle 3.0.8
Dernière Mise à Jour 2024-03-01
Date de Publication 2022-10-16
Évaluation 4.13/5 Total 23 Évaluations
Développeur https://favikon.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://favikon.com
URL de la Page d'Aide https://favikon.com
URL de la Page de Politique de Confidentialité https://www.favikon.com/utility-pages/privacy-policy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Know Who's Who on Social Media with Favikon",
    "description": "Know Who's Who on Social Media with Favikon",
    "version": "3.0.8",
    "manifest_version": 3,
    "icons": {
        "16": "logos\/logo_16_16.png",
        "32": "logos\/logo_32_32.png",
        "48": "logos\/logo_48_48.png",
        "128": "logos\/logo_128_128.png"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/*.favikon.com\/*",
        "http:\/\/listening\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.tiktok.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/app.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.tiktok.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "layout\/*",
                "css\/*",
                "webfonts\/*",
                "logos\/*",
                "flags\/*",
                "tiers\/*",
                "networks\/*",
                "emojis\/*",
                "js\/*"
            ]
        }
    ]
}