You Kids and Your Rap Music

Plays Another one Everytime you open a new tab

Cos'è You Kids and Your Rap Music?

You Kids and Your Rap Music è un'estensione di Chrome sviluppata da https://timkrajewski.com, e la sua funzione principale è "Plays Another one Everytime you open a new tab".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione You Kids and Your Rap Music

Scarica i file di estensione You Kids and Your Rap Music in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 "                    

Informazioni di Base sull'Estensione

Nome You Kids and Your Rap Music You Kids and Your Rap Music
ID gopfidflfappcekijgfmddgcnoffnael
URL Ufficiale https://chromewebstore.google.com/detail/you-kids-and-your-rap-mus/gopfidflfappcekijgfmddgcnoffnael
Descrizione Plays Another one Everytime you open a new tab
Dimensione del File 13.64 MB
Conteggio Installazioni 40
Versione Corrente 1
Ultimo Aggiornamento 2016-10-06
Data di Pubblicazione 2016-10-06
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore https://timkrajewski.com
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/*"
            ]
        }
    ]
}