PrimeWire Search
An extension that enables you to quickly search PrimeWire.
Co to jest PrimeWire Search?
PrimeWire Search to rozszerzenie Chrome opracowane przez Jonathan Madeley, a jego główną funkcją jest „An extension that enables you to quickly search PrimeWire.”.
Pobierz plik CRX rozszerzenia PrimeWire Search
Pobierz pliki rozszerzeń PrimeWire Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | okhadgacccfabnccbpabgpjiikmhkbog |
Oficjalny URL | https://chrome.google.com/webstore/detail/primewire-search/okhadgacccfabnccbpabgpjiikmhkbog |
Opis | An extension that enables you to quickly search PrimeWire. |
Rozmiar pliku | 25.35 KB |
Liczba instalacji | 125 |
Aktualna Wersja | 0.1.3 |
Ostatnia Aktualizacja | 2016-05-09 |
Data Publikacji | 2016-05-09 |
Ocena | 4.50/5 Łącznie 6 Oceny |
Deweloper | Jonathan Madeley |
Typ Płatności | free |
Strona Rozszerzenia | https://jonathanmadeley.com |
Adres URL Strony Pomocy | https://jonathanmadeley.com/app/primewire |
Obsługiwane Języki | 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" } |