Toogles

Redirect YouTube URLs to Toogl.es for fun and profit

Was ist Toogles?

Toogles ist eine Chrome-Erweiterung, die von Mike Crittenden entwickelt wurde, und ihr Hauptmerkmal ist "Redirect YouTube URLs to Toogl.es for fun and profit".

Erweiterungsscreenshots

screenshot

Toogles-Erweiterungs-CRX-Datei herunterladen

Laden Sie Toogles-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Toogles Toogles
ID kljfdbkcacjeogbiiiikahgkmmlgdekf
Offizielle URL https://chrome.google.com/webstore/detail/toogles/kljfdbkcacjeogbiiiikahgkmmlgdekf
Beschreibung Redirect YouTube URLs to Toogl.es for fun and profit
Dateigröße 9.62 KB
Installationsanzahl 1,522
Aktuelle Version 1.1.1
Letztes Update 2015-05-11
Veröffentlichungsdatum 2015-05-11
Bewertung 4.25/5 Insgesamt 20 Bewertungen
Entwickler Mike Crittenden
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://toogl.es
Unterstützte Sprachen 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"
    }
}