Official GSAP Sniffer

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

Wat is Official GSAP Sniffer?

Official GSAP Sniffer is een Chrome-extensie ontwikkeld door GreenSock, en de belangrijkste functie is "Shows the version of GSAP (GreenSock Animation Platform) that is used on the page (if at all)".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Official GSAP Sniffer

Download Official GSAP Sniffer-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

                        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/                    

Basisinformatie over de Extensie

Naam Official GSAP Sniffer Official GSAP Sniffer
ID dbcjaehchnikgdjjcehagpcikmlpjefh
Officiële URL https://chromewebstore.google.com/detail/official-gsap-sniffer/dbcjaehchnikgdjjcehagpcikmlpjefh
Beschrijving Shows the version of GSAP (GreenSock Animation Platform) that is used on the page (if at all)
Bestandsgrootte 71.47 KB
Aantal Installaties 518
Huidige Versie 1.3
Laatst Bijgewerkt 2021-07-09
Publicatiedatum 2019-12-30
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar GreenSock
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://greensock.com/
Help Pagina-URL https://greensock.com/forums/
Ondersteunde Talen 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"
    ]
}