Player Enhancer for YouTube
Chrome Extension for Player Enhancer on YouTube
Player Enhancer for YouTube क्या है?
Player Enhancer for YouTube https://fiahfy.blogspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome Extension for Player Enhancer on YouTube"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Player Enhancer for YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- Add seek buttons on the bottom control. - Add reload button on the chat menu.
एक्सटेंशन की मूल जानकारी
नाम | Player Enhancer for YouTube |
ID | enakpddkofoddibleaedgbcpbnpoeond |
आधिकारिक URL | https://chromewebstore.google.com/detail/player-enhancer-for-youtu/enakpddkofoddibleaedgbcpbnpoeond |
विवरण | Chrome Extension for Player Enhancer on YouTube |
फ़ाइल का आकार | 167 KB |
स्थापना संख्या | 557 |
वर्तमान संस्करण | 0.0.6 |
अंतिम अपडेट | 2021-05-18 |
प्रकाशन तिथि | 2020-05-26 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://fiahfy.blogspot.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/www.youtube.com\/*" ], "all_frames": false, "js": [ "content-script.js" ], "css": [ "content-script.css" ] } ], "page_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage", "https:\/\/www.youtube.com\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "name": "Player Enhancer for YouTube", "description": "Chrome Extension for Player Enhancer on YouTube", "version": "0.0.6" } |