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ファイルをダウンロード

PrimeWire Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
}