Know Who's Who on Social Media with Favikon

Know Who's Who on Social Media with Favikon

Vad är Know Who's Who on Social Media with Favikon?

Know Who's Who on Social Media with Favikon är en Chrome-tillägg utvecklad av https://favikon.com, och dess huvudfunktion är "Know Who's Who on Social Media with Favikon".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Know Who's Who on Social Media with Favikon-förlängningens CRX-fil

Ladda ner Know Who's Who on Social Media with Favikon-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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).                    

Grundläggande Information om Tillägg

Namn Know Who's Who on Social Media with Favikon Know Who's Who on Social Media with Favikon
ID kgcafegfbpedfggfhjjajmkaefamdlnl
Officiell webbadress https://chromewebstore.google.com/detail/know-whos-who-on-social-m/kgcafegfbpedfggfhjjajmkaefamdlnl
Beskrivning Know Who's Who on Social Media with Favikon
Filstorlek 7.8 MB
Antal Installationer 2,108
Aktuell Version 3.0.8
Senast Uppdaterad 2024-03-01
Publiceringsdatum 2022-10-16
Betyg 4.13/5 Totalt 23 Betyg
Utvecklare https://favikon.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://favikon.com
Hjälpsida URL https://favikon.com
URL till Sekretesspolicy Sidan https://www.favikon.com/utility-pages/privacy-policy
Stödda Språk 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\/*"
            ]
        }
    ]
}