Official GSAP Sniffer

Shows the version of GSAP (GreenSock Animation Platform) that is used on the page (if at all)

Qu'est-ce que Official GSAP Sniffer ?

Official GSAP Sniffer est une extension Chrome développée par GreenSock, et sa fonction principale est "Shows the version of GSAP (GreenSock Animation Platform) that is used on the page (if at all)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Official GSAP Sniffer

Téléchargez les fichiers d'extension Official GSAP Sniffer 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

                        This is the official GSAP sniffer extension that detects if the GreenSock Animation Platform (GSAP) is used on a given webpage. If so, the icon becomes green and shows the version of GSAP. If GSAP is not used, the icon stays grey.

https://greensock.com/                    

Informations de Base sur l'Extension

Nom Official GSAP Sniffer Official GSAP Sniffer
ID dbcjaehchnikgdjjcehagpcikmlpjefh
URL Officiel https://chromewebstore.google.com/detail/official-gsap-sniffer/dbcjaehchnikgdjjcehagpcikmlpjefh
Description Shows the version of GSAP (GreenSock Animation Platform) that is used on the page (if at all)
Taille du Fichier 71.47 KB
Nombre d'Installations 518
Version Actuelle 1.3
Dernière Mise à Jour 2021-07-09
Date de Publication 2019-12-30
Évaluation 5.00/5 Total 2 Évaluations
Développeur GreenSock
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://greensock.com/
URL de la Page d'Aide https://greensock.com/forums/
Langues Prises en Charge en
manifest.json
{
    "author": "GreenSock",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/sock-bw-32.png",
        "default_title": "Official GSAP Sniffer"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Shows the version of GSAP (GreenSock Animation Platform) that is used on the page (if at all)",
    "icons": {
        "128": "icons\/gsap-color-128.png",
        "16": "icons\/sock-color-16.png",
        "32": "icons\/sock-color-32.png",
        "48": "icons\/gsap-color-48.png"
    },
    "manifest_version": 2,
    "name": "Official GSAP Sniffer",
    "permissions": [
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3",
    "web_accessible_resources": [
        "checker.js"
    ]
}