PrimeWire Search
An extension that enables you to quickly search PrimeWire.
¿Qué es PrimeWire Search?
PrimeWire Search es una extensión de Chrome desarrollada por Jonathan Madeley, y su función principal es "An extension that enables you to quickly search PrimeWire.".
Descargar Archivo CRX de la Extensión PrimeWire Search
Descarga archivos de extensión PrimeWire Search 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
This extension allows you to quickly and easily search PrimeWire without having to first visit the page. Simply type and hit enter and you will be direct to the search results. This extension will be periodically updated when PrimeWire gets blocked. 28th September 2015 - Domain changed to primewire.unblocked.la 9th May 2016 - Domain changed to primewire.unblocked.tv I am not affiliated nor do I own PrimeWire I am simply redirecting to their site. This website is also know as LetMeWatchThis and 1Channel. All credits for icons/logos go to primewire.ag.
Información Básica de la Extensión
Nombre | |
ID | okhadgacccfabnccbpabgpjiikmhkbog |
URL Oficial | https://chrome.google.com/webstore/detail/primewire-search/okhadgacccfabnccbpabgpjiikmhkbog |
Descripción | An extension that enables you to quickly search PrimeWire. |
Tamaño del Archivo | 25.35 KB |
Cantidad de Instalaciones | 125 |
Versión Actual | 0.1.3 |
Última Actualización | 2016-05-09 |
Fecha de Publicación | 2016-05-09 |
Calificación | 4.50/5 Total de 6 Calificaciones |
Desarrollador | Jonathan Madeley |
Tipo de Pago | free |
Sitio Web de la Extensión | https://jonathanmadeley.com |
URL de la Página de Ayuda | https://jonathanmadeley.com/app/primewire |
Idiomas Soportados | en |
manifest.json | |
{ "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "16": "img\/icon16.png" }, "default_popup": "popup.html", "default_title": "PW Search" }, "description": "An extension that enables you to quickly search PrimeWire.", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "19": "img\/icon19.png", "38": "img\/icon38.png" }, "manifest_version": 2, "name": "PrimeWire Search", "permissions": [ "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.3" } |