Seinfeld Music Player

Plays a randomly selected Seinfeld transition

Co to jest Seinfeld Music Player?

Seinfeld Music Player to rozszerzenie Chrome opracowane przez Bensmith12, a jego główną funkcją jest „Plays a randomly selected Seinfeld transition”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Seinfeld Music Player

Pobierz pliki rozszerzeń Seinfeld Music Player 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

                        Plays a randomised transition track from Seinfeld.                    

Podstawowe informacje o rozszerzeniu

Nazwa Seinfeld Music Player Seinfeld Music Player
ID icfmblnekobadepefioffapffpmbekpp
Oficjalny URL https://chrome.google.com/webstore/detail/seinfeld-music-player/icfmblnekobadepefioffapffpmbekpp
Opis Plays a randomly selected Seinfeld transition
Rozmiar pliku 2.74 MB
Liczba instalacji 157
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2018-09-08
Data Publikacji 2018-09-08
Ocena 5.00/5 Łącznie 8 Oceny
Deweloper Bensmith12
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Seinfeld Music Player",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Plays a randomly selected Seinfeld transition",
    "icons": {
        "128": "craymore.png"
    },
    "background": {
        "scripts": [
            "\/scripts\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "debugger"
    ],
    "browser_action": {
        "default_icon": "craymore.png",
        "default_title": "Seinfeld Bassliner"
    }
}