Nyan Cat Progress Bar for YouTube™
Nyan Cat Progress Bar for YouTube™! Nyan nyan nyan nyan nyan!
Nyan Cat Progress Bar for YouTube™とは何ですか?
Nyan Cat Progress Bar for YouTube™はDanielによって開発されたChromeの拡張機能で、その主な機能は「Nyan Cat Progress Bar for YouTube™! Nyan nyan nyan nyan nyan!」です。
拡張機能のスクリーンショット
Nyan Cat Progress Bar for YouTube™拡張機能のCRXファイルをダウンロード
Nyan Cat Progress Bar for YouTube™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Animated Nyan Cat progress bar theme for YouTube! It's time for Pop-Tart cat and rainbows! This cute Nyan Cat progress bar will work for all videos on YouTube. ** 24 March 2017: Updated for YouTube's new HTML5 player. [original Nyan Cat image by PRguitarman] nyan nyan nyan nyan nyan nyan nyan nyan!
拡張機能の基本情報
名前 | Nyan Cat Progress Bar for YouTube™ |
ID | bdjaekjkckpdknkfncfnaibkabdcgmkg |
公式URL | https://chromewebstore.google.com/detail/nyan-cat-progress-bar-for/bdjaekjkckpdknkfncfnaibkabdcgmkg |
説明 | Nyan Cat Progress Bar for YouTube™! Nyan nyan nyan nyan nyan! |
ファイルサイズ | 45.09 KB |
インストール数 | 203,188 |
現在のバージョン | 1.18 |
最終更新日 | 2017-03-26 |
公開日 | 2017-03-26 |
評価 | 3.87/5 合計 991 レビュー |
開発者 | Daniel |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nyan Cat Progress Bar for YouTube\u2122", "short_name": "NyanCat 4 YT", "version": "1.18", "description": "Nyan Cat Progress Bar for YouTube\u2122! Nyan nyan nyan nyan nyan!", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon32.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "css": [ "nyan.css" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "web_accessible_resources": [ "nyanimated.gif" ] } |