Return Standalone Youtube Video Page
Opens the Video seperately in the same tab instead of being embedded in the page, just like it was before the update.
Return Standalone Youtube Video Pageとは何ですか?
Return Standalone Youtube Video Pageはhttps://sanjibsen.comによって開発されたChromeの拡張機能で、その主な機能は「Opens the Video seperately in the same tab instead of being embedded in the page, just like it was before the update.」です。
拡張機能のスクリーンショット
Return Standalone Youtube Video Page拡張機能のCRXファイルをダウンロード
Return Standalone Youtube Video Page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
## 👏 Free and Open Source - This extension will always be free and open sourced. - Source Code: https://github.com/sanjib-sen/return-standalone-youtube-video-page ## 🎉 Features - Very Tiny (> 8KB) and simple to use - Made in Pure JavaScript (Less than 30 Lines of Code) - Return the standalone video page - Return the standalone playlist page - Supports Any chromium based browser. (Support for Firefox is coming soon based on user requests) ## ✍️ Authors - [@sanjib-sen](https://github.com/sanjib-sen) - Idea & Initial work ## 🎉 Acknowledgements - The UI is slightly inspired by [Return YouTube Dislike](https://github.com/Anarios/return-youtube-dislike)
拡張機能の基本情報
名前 | Return Standalone Youtube Video Page |
ID | kpeeiilndiddkdpbhdafkkgnjjlnllob |
公式URL | https://chromewebstore.google.com/detail/return-standalone-youtube/kpeeiilndiddkdpbhdafkkgnjjlnllob |
説明 | Opens the Video seperately in the same tab instead of being embedded in the page, just like it was before the update. |
ファイルサイズ | 9.89 KB |
インストール数 | 60 |
現在のバージョン | 0.2 |
最終更新日 | 2023-05-15 |
公開日 | 2023-05-08 |
評価 | 3.33/5 合計 3 レビュー |
開発者 | https://sanjibsen.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.sanjibsen.com/return-standalone-youtube-video-page |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Return Standalone Youtube Video Page", "description": "Opens the Video seperately in the same tab instead of being embedded in the page, just like it was before the update.", "version": "0.2", "author": "[email protected]", "short_name": "RYVS", "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "permissions": [ "storage", "tabs" ], "action": { "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "default_title": "Bring Back Standalone Youtube Video Page", "default_popup": "src\/popup.html" }, "background": { "service_worker": "src\/scripts\/background.js" } } |