Simple YouTube - A New Look for YouTube
A Flat Theme for YouTube that brings a Simple and Unified Interface.
Simple YouTube - A New Look for YouTube क्या है?
Simple YouTube - A New Look for YouTube https://endeavor.software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Flat Theme for YouTube that brings a Simple and Unified Interface."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Simple YouTube - A New Look for YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Have you ever wanted a new look for YouTube or a dark mode for late-night video watching? Simple YouTube brings a great new look to YouTube while keeping the same old YouTube feel making it a familiar yet new experience. Enjoy YouTube in the light theme, refine your night-viewing experience on YouTube with the dark theme, or even try out the experimental Material Design theme. You can change the theme by just opening the Simple YouTube button added to your Chrome Bar and set various options such as your current theme, your preferred color, and many other customization options We are not affiliated or an official YouTube extension. This extension was independently developed for use with YouTube.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ogcfkbfkogecfopkfkpjokjbpoihmhaa |
आधिकारिक URL | https://chrome.google.com/webstore/detail/simple-youtube-a-new-look/ogcfkbfkogecfopkfkpjokjbpoihmhaa |
विवरण | A Flat Theme for YouTube that brings a Simple and Unified Interface. |
फ़ाइल का आकार | 52.12 KB |
स्थापना संख्या | 157 |
वर्तमान संस्करण | 6.3.0.0 |
अंतिम अपडेट | 2017-03-24 |
प्रकाशन तिथि | 2017-03-24 |
रेटिंग | 4.29/5 कुल 41 रेटिंग्स |
डेवलपर | https://endeavor.software |
ईमेल | [email protected] |
भुगतान के प्रकार | in_store |
एक्सटेंशन वेबसाइट | https://endeavor.software |
गोपनीयता नीति पृष्ठ URL | https://thelocken.com/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "Simple YouTube", "name": "Simple YouTube - A New Look for YouTube", "author": "TheLocken.com", "description": "A Flat Theme for YouTube that brings a Simple and Unified Interface.", "homepage_url": "https:\/\/thelocken.com", "version": "6.3.0.0", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com https:\/\/thelocken.com https:\/\/ngmaterial.assets.s3.amazonaws.com https:\/\/www.google.com https:\/\/www.gstatic.com; object-src 'self'", "browser_action": { "default_icon": { "19": "Icon-19.png", "38": "Icon-38.png" }, "default_popup": "popup.html" }, "icons": { "16": "Icon-16.png", "48": "Icon-48.png", "128": "Icon-100.png" }, "permissions": [ "*:\/\/*.youtube.com\/*", "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "Dark_SimpleYouTube.css", "Main_SimpleYouTube.css", "Material_SimpleYouTube.css" ], "js": [ "Pre.js" ], "run_at": "document_start", "all_frames": true }, { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "Post.js" ], "run_at": "document_end", "all_frames": true } ], "web_accessible_resources": [ "popup.html" ] } |