You Kids and Your Rap Music
Plays Another one Everytime you open a new tab
Was ist You Kids and Your Rap Music?
You Kids and Your Rap Music ist eine Chrome-Erweiterung, die von https://timkrajewski.com entwickelt wurde, und ihr Hauptmerkmal ist "Plays Another one Everytime you open a new tab".
Erweiterungsscreenshots
You Kids and Your Rap Music-Erweiterungs-CRX-Datei herunterladen
Laden Sie You Kids and Your Rap Music-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 " Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gopfidflfappcekijgfmddgcnoffnael |
| Offizielle URL | https://chromewebstore.google.com/detail/you-kids-and-your-rap-mus/gopfidflfappcekijgfmddgcnoffnael |
| Beschreibung | Plays Another one Everytime you open a new tab |
| Dateigröße | 13.64 MB |
| Installationsanzahl | 40 |
| Aktuelle Version | 1 |
| Letztes Update | 2016-10-06 |
| Veröffentlichungsdatum | 2016-10-06 |
| Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
| Entwickler | https://timkrajewski.com |
| Zahlungsart | free |
| Unterstützte Sprachen | 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:\/\/*\/*"
]
}
]
} | |