Genesys spell ( Minions )

This spell changes the style of Genesys | Created by : Don Giovanni

Co to jest Genesys spell ( Minions )?

Genesys spell ( Minions ) to rozszerzenie Chrome opracowane przez Don Giovanni, a jego główną funkcją jest „This spell changes the style of Genesys | Created by : Don Giovanni ”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Genesys spell ( Minions )

Pobierz pliki rozszerzeń Genesys spell ( Minions ) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This spell changes the style of Genesys | Created by : Don Giovanni                    

Podstawowe informacje o rozszerzeniu

Nazwa Genesys spell ( Minions ) Genesys spell ( Minions )
ID fdbfmkkdmnkildnnabbmlmkhljmbkaod
Oficjalny URL https://chrome.google.com/webstore/detail/genesys-spell-minions/fdbfmkkdmnkildnnabbmlmkhljmbkaod
Opis This spell changes the style of Genesys | Created by : Don Giovanni
Rozmiar pliku 69.7 KB
Liczba instalacji 14
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2015-08-21
Data Publikacji 2015-08-21
Deweloper Don Giovanni
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Genesys spell ( Minions )",
    "description": "This spell changes the style of Genesys | Created by : Don Giovanni ",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/service7.soundbite.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/service7.soundbite.com\/"
    ]
}