Motherf_ck_ng Purple Lightsaber Plugin
This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.
什麼是Motherf_ck_ng Purple Lightsaber Plugin?
Motherf_ck_ng Purple Lightsaber Plugin是由eduardo.u24開發的Chrome擴展程式,該擴展的主要功能是“This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.”。
擴展截圖
下載Motherf_ck_ng Purple Lightsaber Plugin擴展crx文件
下載Motherf_ck_ng Purple Lightsaber Plugin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Changes the color of the Starwars Youtube to Purple.
擴展基本資訊
名稱 | |
ID | babmpomfemkgahddjnhfjnoconiglpgc |
官方網址 | https://chrome.google.com/webstore/detail/motherfckng-purple-lights/babmpomfemkgahddjnhfjnoconiglpgc |
簡介 | This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar. |
檔案大小 | 3.42 KB |
安裝次數 | 250 |
目前版本 | 1.0 |
更新時間 | 2015-11-27 |
上架時間 | 2015-11-27 |
評分 | 2.94/5 共 16 次評分 |
開發者 | eduardo.u24 |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Motherf_ck_ng Purple Lightsaber Plugin", "description": "This extension changes the color of the youtube's starwars lightsaber loading bar and sound bar.", "version": "1.0", "content_scripts": [ { "css": [ "purplelightsaber.css" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "permissions": [ "tabs", "*:\/\/*.youtube.com\/*" ] } |