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
¿Qué es Open in Google?
Open in Google es una extensión de Chrome desarrollada por https://garbageoverflow.blogspot.com, y su función principal es "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".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Open in Google
Descarga archivos de extensión Open in Google en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Open in Google |
ID | nikfadenpcoobgehmiihndhmlepgjalb |
URL Oficial | https://chromewebstore.google.com/detail/open-in-google/nikfadenpcoobgehmiihndhmlepgjalb |
Descripción | 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 |
Tamaño del Archivo | 21.19 KB |
Cantidad de Instalaciones | 300 |
Versión Actual | 1.0 |
Última Actualización | 2020-02-24 |
Fecha de Publicación | 2020-02-24 |
Desarrollador | https://garbageoverflow.blogspot.com |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |