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 |
官方網址 | 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:\/\/*\/*" ] } ] } |