Acrylic Blur For Youtube
This extension change apperence of youtube website
Acrylic Blur For Youtubeとは何ですか?
Acrylic Blur For Youtubeはrushabh.dangoreによって開発されたChromeの拡張機能で、その主な機能は「This extension change apperence of youtube website」です。
拡張機能のスクリーンショット
Acrylic Blur For Youtube拡張機能のCRXファイルをダウンロード
Acrylic Blur For Youtube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This Extension Add A New Look And Feel to Your YouTube Website.
Few New Transitions Added.
Lots of Hover Effects.
Blur Everywhere 😀. 拡張機能の基本情報
| 名前 | |
| ID | lhdgceckgkfnpcefggkklinlhpchjjap |
| 公式URL | https://chromewebstore.google.com/detail/acrylic-blur-for-youtube/lhdgceckgkfnpcefggkklinlhpchjjap |
| 説明 | This extension change apperence of youtube website |
| ファイルサイズ | 13.16 KB |
| インストール数 | 87 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2020-07-02 |
| 公開日 | 2020-07-01 |
| 評価 | 5.00/5 合計 6 レビュー |
| 開発者 | rushabh.dangore |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/BhushanDangore/Youtube-theme |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Acrylic Blur For Youtube",
"description": "This extension change apperence of youtube website",
"version": "1.0",
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"script.js"
]
}
],
"icons": {
"128": "youtube_128x128.png"
},
"web_accessible_resources": [
"themeStyles.css"
]
} | |