Open in Google

Selp! Streaming help. Select name of the movie or show using the mouse and open it in Google to check reviews or where to watch it

Open in Google क्या है?

Open in Google https://garbageoverflow.blogspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Selp! Streaming help. Select name of the movie or show using the mouse and open it in Google to check reviews or where to watch it"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Open in Google एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Are you tired of copy pasting the name of the movie or tv show you found on some website on Google to see the rating or where you can watch it?

Well I was, I would spend a lot of time finding what to watch and then I had to open Google in a new tab and copy paste the name of the movie or tv show to check the rating, where to watch (Netflix, Hulu etc). It was frustrating because I would have to copy paste each name over and over again 

To help this pain, I created this plugin which is super easy to use

Step # 1: Install the plugin. You will see a red green yellow search icon in your browser

Step # 2: Copy the name of the movie or tv show using the mouse 

Step # 3: Click on the Google search icon. This will open the movie/show details in a new window                    

एक्सटेंशन की मूल जानकारी

नाम Open in Google Open in Google
ID nikfadenpcoobgehmiihndhmlepgjalb
आधिकारिक URL https://chromewebstore.google.com/detail/open-in-google/nikfadenpcoobgehmiihndhmlepgjalb
विवरण Selp! Streaming help. Select name of the movie or show using the mouse and open it in Google to check reviews or where to watch it
फ़ाइल का आकार 21.19 KB
स्थापना संख्या 300
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-02-24
प्रकाशन तिथि 2020-02-24
डेवलपर https://garbageoverflow.blogspot.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open in Google",
    "description": "Selp! Streaming help. Select name of the movie or show using the mouse and open it in Google to check reviews or where to watch it",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}