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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://sanjibsen.com, και η κύρια λειτουργία του είναι "Opens the Video seperately in the same tab instead of being embedded in the page, just like it was before the update.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Return Standalone Youtube Video Page

Λήψη αρχείων επέκτασης 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 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
Ηλεκτρονικό ταχυδρομείο [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"
    }
}