Flinger.co Remote
Fling videos to any screen with Flinger.co
Flinger.co Remote क्या है?
Flinger.co Remote https://robertdalesmith.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fling videos to any screen with Flinger.co"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Flinger.co Remote एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
BETA! This is an early preview version. Please report bugs and feel free to share feedback. Flinger.co allows you to fling almost anything with a URL from any screen to any other screen. Open Flinger.motelabs.com on your TV's browser and then use the Flinger.co Remote Chrome Extension to right click on YouTube links and instantly fling them to the TV. Share the Flinger.co channel URL with your friends and fling together. - Special integration built-in for videos on YouTube.com and slide-decks on SlideShare.net. As well as Vimeo integration. Many more sites to fling coming soon.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pnapfnfcbmjghcdklebipebankjhmdcc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/pnapfnfcbmjghcdklebipebankjhmdcc |
विवरण | Fling videos to any screen with Flinger.co |
फ़ाइल का आकार | 1.15 MB |
स्थापना संख्या | 109 |
वर्तमान संस्करण | 2.7.0 |
अंतिम अपडेट | 2019-05-19 |
प्रकाशन तिथि | 2019-05-19 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://robertdalesmith.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://flinger.motelabs.com/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flinger.co Remote", "version": "2.7.0", "browser_action": { "default_icon": { "19": "icon_19.png", "38": "icon_38.png" }, "default_title": "Flinger.co Remote", "default_popup": "index.html?popup" }, "description": "Fling videos to any screen with Flinger.co", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.googleapis.com\/ https:\/\/www.slideshare.net\/ https:\/\/vimeo.com\/ https:\/\/ssl.google-analytics.com; object-src 'self'", "manifest_version": 2, "background": { "scripts": [ "js\/bcsocket.js", "js\/share.js", "js\/json.js", "js\/jquery.js", "js\/background.js" ] }, "options_page": "index.html?options", "icons": { "128": "icon_128.png" }, "permissions": [ "unlimitedStorage", "notifications", "contextMenus" ], "homepage_url": "https:\/\/flinger.motelabs.com\/" } |