PrimeWire Search

An extension that enables you to quickly search PrimeWire.

PrimeWire Search란 무엇입니까?

PrimeWire Search은(는) Jonathan Madeley에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension that enables you to quickly search PrimeWire."입니다.

PrimeWire Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 PrimeWire Search PrimeWire Search
ID okhadgacccfabnccbpabgpjiikmhkbog
공식 URL https://chrome.google.com/webstore/detail/primewire-search/okhadgacccfabnccbpabgpjiikmhkbog
설명 An extension that enables you to quickly search PrimeWire.
파일 크기 25.35 KB
설치 횟수 125
현재 버전 0.1.3
최근 업데이트 2016-05-09
출시 날짜 2016-05-09
평점 4.50/5 총 6 개의 평점
개발자 Jonathan Madeley
결제 유형 free
확장 프로그램 웹 사이트 https://jonathanmadeley.com
도움말 페이지 URL https://jonathanmadeley.com/app/primewire
지원되는 언어 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"
}