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
官方網址 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"
}