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:\/\/*\/*" ] } ] } |