Toogles

Redirect YouTube URLs to Toogl.es for fun and profit

Toogles क्या है?

Toogles Mike Crittenden द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirect YouTube URLs to Toogl.es for fun and profit"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Toogles एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Toogles Toogles
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"
    }
}