You Kids and Your Rap Music
Plays Another one Everytime you open a new tab
什么是You Kids and Your Rap Music?
You Kids and Your Rap Music是由https://timkrajewski.com开发的Chrome扩展程序,该扩展的主要功能是“Plays Another one Everytime you open a new tab”。
扩展截图
下载You Kids and Your Rap Music扩展crx文件
下载You Kids and Your Rap Music扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 "
扩展基本信息
名称 | You Kids and Your Rap Music |
ID | gopfidflfappcekijgfmddgcnoffnael |
官方URL | https://chromewebstore.google.com/detail/you-kids-and-your-rap-mus/gopfidflfappcekijgfmddgcnoffnael |
简介 | Plays Another one Everytime you open a new tab |
文件大小 | 13.64 MB |
安装次数 | 40 |
当前版本 | 1 |
更新时间 | 2016-10-06 |
上架时间 | 2016-10-06 |
评分 | 4.00/5 共4次评分 |
开发者 | https://timkrajewski.com |
付费类型 | free |
支持的语言 | 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:\/\/*\/*" ] } ] } |