You Kids and Your Rap Music
Plays Another one Everytime you open a new tab
Vad är You Kids and Your Rap Music?
You Kids and Your Rap Music är en Chrome-tillägg utvecklad av https://timkrajewski.com, och dess huvudfunktion är "Plays Another one Everytime you open a new tab".
Tilläggsskärmbilder
Ladda ner You Kids and Your Rap Music-förlängningens CRX-fil
Ladda ner You Kids and Your Rap Music-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 " Grundläggande Information om Tillägg
| Namn | |
| ID | gopfidflfappcekijgfmddgcnoffnael |
| Officiell webbadress | https://chromewebstore.google.com/detail/you-kids-and-your-rap-mus/gopfidflfappcekijgfmddgcnoffnael |
| Beskrivning | Plays Another one Everytime you open a new tab |
| Filstorlek | 13.64 MB |
| Antal Installationer | 40 |
| Aktuell Version | 1 |
| Senast Uppdaterad | 2016-10-06 |
| Publiceringsdatum | 2016-10-06 |
| Betyg | 4.00/5 Totalt 4 Betyg |
| Utvecklare | https://timkrajewski.com |
| Betalningssätt | free |
| Stödda Språk | 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:\/\/*\/*"
]
}
]
} | |