Toogles
Redirect YouTube URLs to Toogl.es for fun and profit
Τι είναι το Toogles;
Το Toogles είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mike Crittenden, και η κύρια λειτουργία του είναι "Redirect YouTube URLs to Toogl.es for fun and profit".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Toogles
Λήψη αρχείων επέκτασης Toogles σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Toogles (http://toogl.es) is a super fast minimal alternative interface for YouTube. It's refreshingly different than the bulk of YouTube.com. This extension just redirects you to the Toogles version of any YouTube video that you open (it ignores all other YouTube pages such as playlists and users). That's it. No hidden features or sketchy permissions or anything like that. If you really want to view a video on YouTube you can click the video's title on Toogles to force it that once (or just add &toogles=0 to the end of the YouTube video URL). Open source on GitHub: http://bit.ly/TbTJBm
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | kljfdbkcacjeogbiiiikahgkmmlgdekf |
Επίσημο URL | https://chrome.google.com/webstore/detail/toogles/kljfdbkcacjeogbiiiikahgkmmlgdekf |
Περιγραφή | Redirect YouTube URLs to Toogl.es for fun and profit |
Μέγεθος Αρχείου | 9.62 KB |
Αριθμός Εγκαταστάσεων | 1,522 |
Τρέχουσα Έκδοση | 1.1.1 |
Τελευταία Ενημέρωση | 2015-05-11 |
Ημερομηνία Δημοσίευσης | 2015-05-11 |
Αξιολόγηση | 4.25/5 Συνολικά 20 Αξιολογήσεις |
Προγραμματιστής | Mike Crittenden |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://toogl.es |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Toogles", "manifest_version": 2, "description": "Redirect YouTube URLs to Toogl.es for fun and profit", "version": "1.1.1", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.youtube.com\/watch*" ], "background": { "page": "background.html" }, "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" } } |