PrimeWire Search
An extension that enables you to quickly search PrimeWire.
PrimeWire Searchคืออะไร?
PrimeWire Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jonathan Madeley และคุณลักษณะหลักของมันคือ "An extension that enables you to quickly search PrimeWire."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PrimeWire Search
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" } |