You Kids and Your Rap Music

Plays Another one Everytime you open a new tab

Co to jest You Kids and Your Rap Music?

You Kids and Your Rap Music to rozszerzenie Chrome opracowane przez https://timkrajewski.com, a jego główną funkcją jest „Plays Another one Everytime you open a new tab”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia You Kids and Your Rap Music

Pobierz pliki rozszerzeń You Kids and Your Rap Music 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

                        You kids and your dang rap music with the "Squaws" to the rasta horns it seems like I have to hear that everytime I open the interwebs! This is a chrome web extension that plays a popular rap sound effect on every newly opened tab, as DJ Khaled said 

" ANOTHER ONE "                    

Podstawowe informacje o rozszerzeniu

Nazwa You Kids and Your Rap Music You Kids and Your Rap Music
ID gopfidflfappcekijgfmddgcnoffnael
Oficjalny URL https://chromewebstore.google.com/detail/you-kids-and-your-rap-mus/gopfidflfappcekijgfmddgcnoffnael
Opis Plays Another one Everytime you open a new tab
Rozmiar pliku 13.64 MB
Liczba instalacji 40
Aktualna Wersja 1
Ostatnia Aktualizacja 2016-10-06
Data Publikacji 2016-10-06
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper https://timkrajewski.com
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "You Kids and Your Rap Music",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "version": "1",
    "options_page": "options.html",
    "description": "Plays Another one Everytime you open a new tab",
    "background": {
        "scripts": [
            "background.js",
            "options.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "browser_action": {
        "name": "Rappers All Day",
        "default_icon": "img\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "css": [
                "customStyles.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}