Social History by Huntool

Social history : search among profiles you viewed on social networks, manage easily your tabs while sourcing...

Wat is Social History by Huntool?

Social History by Huntool is een Chrome-extensie ontwikkeld door http://huntool.in, en de belangrijkste functie is "Social history : search among profiles you viewed on social networks, manage easily your tabs while sourcing...".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Social History by Huntool

Download Social History by Huntool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Busy with too many social tabs opened ? You want to go back to a profile you found on a social network a few days before ? Social History is for you !

Social History keeps a trace on profiles you browsed so you can search them efficiently.                    

Basisinformatie over de Extensie

Naam Social History by Huntool Social History by Huntool
ID ookkdggjamhmjdmoconpcdefjgpejhem
Officiële URL https://chrome.google.com/webstore/detail/social-history-by-huntool/ookkdggjamhmjdmoconpcdefjgpejhem
Beschrijving Social history : search among profiles you viewed on social networks, manage easily your tabs while sourcing...
Bestandsgrootte 229 KB
Aantal Installaties 45
Huidige Versie 0.0.8
Laatst Bijgewerkt 2020-06-17
Publicatiedatum 2020-06-17
Ontwikkelaar http://huntool.in
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.huntool.in/
URL van de Privacybeleid Pagina https://www.huntool.in/mentions-legales
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.8",
    "name": "Social History by Huntool",
    "manifest_version": 2,
    "description": "Social history : search among profiles you viewed on social networks, manage easily your tabs while sourcing...",
    "browser_action": [],
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "background": {
        "scripts": [
            "ztgMSBCBHT9Lpk9y\/ztgMSBCBHT9Lpk9y14.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.viadeo.com\/*",
                "*:\/\/*.apec.fr\/*",
                "*:\/\/*.meteojob.com\/*",
                "*:\/\/*.cvaden.com\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.github.com\/*",
                "*:\/\/*.indeed.com\/*",
                "*:\/\/*.hellowork.com\/*",
                "*:\/\/*.monster.fr\/*",
                "*:\/\/*.monster.com\/*"
            ],
            "js": [
                "lib\/jquery.min.js",
                "ztgMSBCBHT9Lpk9y\/ztgMSBCBHT9Lpk9y2.js",
                "ztgMSBCBHT9Lpk9y\/ztgMSBCBHT9Lpk9y7.js",
                "ztgMSBCBHT9Lpk9y\/ztgMSBCBHT9Lpk9y11.js",
                "ztgMSBCBHT9Lpk9y\/ztgMSBCBHT9Lpk9y5.js",
                "ztgMSBCBHT9Lpk9y\/ztgMSBCBHT9Lpk9y10.js",
                "ztgMSBCBHT9Lpk9y\/ztgMSBCBHT9Lpk9y3.js",
                "ztgMSBCBHT9Lpk9y\/ztgMSBCBHT9Lpk9y0.js",
                "ztgMSBCBHT9Lpk9y\/ztgMSBCBHT9Lpk9y1.js",
                "ztgMSBCBHT9Lpk9y\/ztgMSBCBHT9Lpk9y8.js",
                "ztgMSBCBHT9Lpk9y\/ztgMSBCBHT9Lpk9y6.js",
                "ztgMSBCBHT9Lpk9y\/ztgMSBCBHT9Lpk9y9.js",
                "ztgMSBCBHT9Lpk9y\/ztgMSBCBHT9Lpk9y12.js",
                "ztgMSBCBHT9Lpk9y\/ztgMSBCBHT9Lpk9y13.js",
                "background.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.viadeo.com\/*",
        "*:\/\/*.twitter.com\/*",
        "*:\/\/*.apec.fr\/*",
        "*:\/\/*.meteojob.com\/*",
        "*:\/\/*.cvaden.com\/*",
        "*:\/\/*.github.com\/*",
        "*:\/\/*.indeed.com\/*",
        "*:\/\/*.hellowork.com\/*",
        "*:\/\/*.monster.fr\/*",
        "*:\/\/*.monster.com\/*"
    ],
    "content_security_policy": "default-src 'self'; font-src *; script-src 'self' https:\/\/cdnjs.cloudflare.com\/; style-src * 'self' blob:; img-src 'self' * data:;"
}