East Control
An extension that allows easy control of various media streaming websites.
East Control क्या है?
East Control anickle060193 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that allows easy control of various media streaming websites."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में East Control एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A simple extension that adds a browser action to easily play/pause currently streaming content. Allows adding keyboard shortcuts for other various controls such as next, previous, like, dislike (depending on website support). On supported websites, also adds content playback speed controls. Allows you to speed up or slow down the audio/video (only supported on websites using HTML audio/video elements).
एक्सटेंशन की मूल जानकारी
नाम | East Control |
ID | oanebiaiakkpfipgnkpmcpkjfnclbgfi |
आधिकारिक URL | https://chromewebstore.google.com/detail/east-control/oanebiaiakkpfipgnkpmcpkjfnclbgfi |
विवरण | An extension that allows easy control of various media streaming websites. |
फ़ाइल का आकार | 10.51 MB |
स्थापना संख्या | 720 |
वर्तमान संस्करण | 3.1.0.1 |
अंतिम अपडेट | 2022-05-31 |
प्रकाशन तिथि | 2020-06-18 |
रेटिंग | 4.79/5 कुल 34 रेटिंग्स |
डेवलपर | anickle060193 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/anickle060193/easy_control |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "East Control", "description": "An extension that allows easy control of various media streaming websites.", "version": "3.1.0.1", "manifest_version": 2, "minimum_chrome_version": "49", "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" }, "permissions": [ "clipboardWrite", "contextMenus", "idle", "notifications", "storage", "tabs", "https:\/\/*.pandora.com\/", "https:\/\/*.p-cdn.com\/", "https:\/\/*.p-cdn.us\/", "https:\/\/*.scdn.co\/", "https:\/\/*.cloudfront.net\/", "https:\/\/*.googleusercontent.com\/", "https:\/\/*.ggpht.com\/", "https:\/\/*.bcbits.com\/", "https:\/\/*.ssl-images-amazon.com\/", "https:\/\/*.amazonaws.com\/", "http:\/\/*.huluim.com\/", "https:\/\/static-cdn.jtvnw.net\/" ], "content_security_policy": "default-src 'none'; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'; img-src 'self' data: blob: https:\/\/*.pandora.com\/ https:\/\/*.p-cdn.com\/ https:\/\/*.p-cdn.us\/ https:\/\/*.scdn.co\/ https:\/\/*.cloudfront.net\/ https:\/\/*.googleusercontent.com\/ https:\/\/*.ggpht.com\/ https:\/\/*.bcbits.com\/ https:\/\/*.ssl-images-amazon.com\/ https:\/\/*.amazonaws.com\/ https:\/\/*.media-amazon.com\/images\/ https:\/\/*.ssl-images-amazon.com\/images\/ https:\/\/static-cdn.jtvnw.net\/ https:\/\/*.hulu.com\/", "web_accessible_resources": [], "browser_action": { "default_icon": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" } }, "background": { "persistent": true, "scripts": [ "background.bundle.js" ] }, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/music.amazon.com\/*" ], "js": [ "amazonMusic.bundle.js" ], "all_frames": true }, { "matches": [ "https:\/\/www.amazon.com\/gp\/video\/*", "https:\/\/www.amazon.com\/Prime-Video\/*" ], "js": [ "amazonVideo.bundle.js" ], "all_frames": true }, { "matches": [ "https:\/\/*.bandcamp.com\/*" ], "js": [ "bandcamp.bundle.js" ], "all_frames": true }, { "matches": [ "https:\/\/play.google.com\/*" ], "js": [ "googlePlayMusic.bundle.js" ], "all_frames": true }, { "matches": [ "https:\/\/play.hbogo.com\/*" ], "js": [ "hboGo.bundle.js" ], "all_frames": true }, { "matches": [ "https:\/\/www.hulu.com\/*" ], "js": [ "hulu.bundle.js" ], "all_frames": true }, { "matches": [ "https:\/\/www.netflix.com\/*" ], "js": [ "netflix.bundle.js" ], "all_frames": true }, { "matches": [ "https:\/\/www.pandora.com\/*" ], "js": [ "pandora.bundle.js" ], "all_frames": true }, { "matches": [ "https:\/\/open.spotify.com\/*" ], "js": [ "spotify.bundle.js" ], "all_frames": true }, { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "twitch.bundle.js" ], "all_frames": true }, { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "youtube.bundle.js" ], "all_frames": true }, { "matches": [ " |