Find.Media
Find.Media shows if a movie is streaming on Netflix, iTunes, Amazon Prime and more while you browse IMDb and Rotten Tomatoes.
Find.Media क्या है?
Find.Media https://find.media द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find.Media shows if a movie is streaming on Netflix, iTunes, Amazon Prime and more while you browse IMDb and Rotten Tomatoes."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Find.Media एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The Find.Media Chrome Extension works in two ways: Browse IMDb and Rotten Tomatoes like you normally would. If the movie you are on is available to rent, buy or stream, the Find.Media icon will light up and show you the sources and prices! Type FM and [space] in your url bar to kick off a search for any Movie, Show or Person.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | iaipnpgaagkidnioebpdfjnidmagbbba |
आधिकारिक URL | https://chrome.google.com/webstore/detail/findmedia/iaipnpgaagkidnioebpdfjnidmagbbba |
विवरण | Find.Media shows if a movie is streaming on Netflix, iTunes, Amazon Prime and more while you browse IMDb and Rotten Tomatoes. |
फ़ाइल का आकार | 190 KB |
स्थापना संख्या | 44 |
वर्तमान संस्करण | 0.1.1 |
अंतिम अपडेट | 2016-01-28 |
प्रकाशन तिथि | 2016-01-28 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://find.media |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://find.media |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Find.Media", "short_name": "Find.Media", "description": "Find.Media shows if a movie is streaming on Netflix, iTunes, Amazon Prime and more while you browse IMDb and Rotten Tomatoes.", "author": "MediaHound", "version": "0.1.1", "omnibox": { "keyword": "fm" }, "background": { "persistent": false, "scripts": [ "src\/background.js" ] }, "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "browser_action": { "default_icon": { "19": "assets\/icon19-off.png", "38": "assets\/icon38-off.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.find.media\/*" ], "js": [ "src\/detect-fm.js" ] }, { "matches": [ "*:\/\/*.imdb.com\/*" ], "js": [ "src\/detect-imdb.js" ] }, { "matches": [ "*:\/\/*.rottentomatoes.com\/*" ], "js": [ "src\/detect-rt.js" ] }, { "matches": [ " |