Fix Youtube Date Bug
The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug
Fix Youtube Date Bugとは何ですか?
Fix Youtube Date Bugはjoseguilhermefmouraによって開発されたChromeの拡張機能で、その主な機能は「The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug」です。
拡張機能のスクリーンショット
Fix Youtube Date Bug拡張機能のCRXファイルをダウンロード
Fix Youtube Date Bug拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you are having troubles with YouTube showing you the upload date of some videos you should totally try this extension.
拡張機能の基本情報
名前 | Fix Youtube Date Bug |
ID | ndolkhbfggdofgfeenlppkffjfgmcppe |
公式URL | https://chromewebstore.google.com/detail/fix-youtube-date-bug/ndolkhbfggdofgfeenlppkffjfgmcppe |
説明 | The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com/joseguilherme-dev/Fix-Youtube-Date-Bug |
ファイルサイズ | 3.69 KB |
インストール数 | 268 |
現在のバージョン | 1.1.0 |
最終更新日 | 2021-10-25 |
公開日 | 2021-10-25 |
評価 | 4.00/5 合計 4 レビュー |
開発者 | joseguilhermefmoura |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug |
ヘルプページのURL | https://github.com/joseguilherme-dev/Fix-Youtube-Date-Bug |
対応言語 | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fix Youtube Date Bug", "version": "1.1.0", "description": "The easiest way to solve the currently unsolved Youtube Date Bug. Read more: github.com\/joseguilherme-dev\/Fix-Youtube-Date-Bug", "content_scripts": [ { "js": [ "script.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ] } |