You Kids and Your Rap Music
Plays Another one Everytime you open a new tab
Wat is You Kids and Your Rap Music?
You Kids and Your Rap Music is een Chrome-extensie ontwikkeld door https://timkrajewski.com, en de belangrijkste functie is "Plays Another one Everytime you open a new tab".
Extensie Screenshots
Download het CRX-bestand van de extensie You Kids and Your Rap Music
Download You Kids and Your Rap Music-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 " Basisinformatie over de Extensie
| Naam | |
| ID | gopfidflfappcekijgfmddgcnoffnael |
| Officiële URL | https://chromewebstore.google.com/detail/you-kids-and-your-rap-mus/gopfidflfappcekijgfmddgcnoffnael |
| Beschrijving | Plays Another one Everytime you open a new tab |
| Bestandsgrootte | 13.64 MB |
| Aantal Installaties | 40 |
| Huidige Versie | 1 |
| Laatst Bijgewerkt | 2016-10-06 |
| Publicatiedatum | 2016-10-06 |
| Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | https://timkrajewski.com |
| Betalingswijze | free |
| Ondersteunde Talen | 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:\/\/*\/*"
]
}
]
} | |