PrimeWire Search

An extension that enables you to quickly search PrimeWire.

PrimeWire Search là gì?

PrimeWire Search là một tiện ích mở rộng Chrome được phát triển bởi Jonathan Madeley, và tính năng chính của nó là "An extension that enables you to quickly search PrimeWire.".

Tải xuống tệp CRX của tiện ích mở rộng PrimeWire Search

Tải xuống các tệp mở rộng PrimeWire Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PrimeWire Search PrimeWire Search
ID okhadgacccfabnccbpabgpjiikmhkbog
URL Chính Thức https://chrome.google.com/webstore/detail/primewire-search/okhadgacccfabnccbpabgpjiikmhkbog
Mô tả An extension that enables you to quickly search PrimeWire.
Kích Thước Tệp 25.35 KB
Số Lần Cài Đặt 125
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2016-05-09
Ngày Phát Hành 2016-05-09
Đánh Giá 4.50/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Jonathan Madeley
Loại Thanh Toán free
Trang Web Mở Rộng https://jonathanmadeley.com
URL Trang Trợ Giúp https://jonathanmadeley.com/app/primewire
Ngôn Ngữ Được Hỗ Trợ 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"
}