designer Tube
This makes your youtube look different, maybe in a good way, maybe not.
designer Tube क्या है?
designer Tube martin.skovrup द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This makes your youtube look different, maybe in a good way, maybe not."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में designer Tube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension is a work in progress. It changes the way your youtube looks, so its more of a dark version of the normal youtube. I chose not to change layout of youtube, so it's still as simple, and userfriendly as before, but it a version i feel like is better for the eyes. If you find bugs, or just have any suggestions, please let me know, and i will take a look at it, as fast as possible.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | abdeakojnmdoeegikanjgodmcfgdhocg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/designer-tube/abdeakojnmdoeegikanjgodmcfgdhocg |
विवरण | This makes your youtube look different, maybe in a good way, maybe not. |
फ़ाइल का आकार | 10.32 KB |
स्थापना संख्या | 62 |
वर्तमान संस्करण | 0.2.6 |
अंतिम अपडेट | 2017-01-07 |
प्रकाशन तिथि | 2017-01-07 |
रेटिंग | 2.50/5 कुल 2 रेटिंग्स |
डेवलपर | martin.skovrup |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "designer Tube", "version": "0.2.6", "description": "This makes your youtube look different, maybe in a good way, maybe not.", "icons": { "50": "prettytube.png" }, "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ] } |