You Kids and Your Rap Music

Plays Another one Everytime you open a new tab

What is You Kids and Your Rap Music?

You Kids and Your Rap Music is a Chrome extension developed by https://timkrajewski.com, and its main feature is "Plays Another one Everytime you open a new tab".

Extension Screenshots

screenshot
screenshot

Download You Kids and Your Rap Music Extension CRX File

Download You Kids and Your Rap Music extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 "                    

Extension Basic Information

Name You Kids and Your Rap Music You Kids and Your Rap Music
ID gopfidflfappcekijgfmddgcnoffnael
Official URL https://chromewebstore.google.com/detail/you-kids-and-your-rap-mus/gopfidflfappcekijgfmddgcnoffnael
Description Plays Another one Everytime you open a new tab
File Size 13.64 MB
Installation Count 40
Current Version 1
Last Updated 2016-10-06
Publish Date 2016-10-06
Rating 4.00/5 Total 4 Ratings
Developer https://timkrajewski.com
Payment Type free
Supported Languages 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:\/\/*\/*"
            ]
        }
    ]
}