Letterboxd + The Pirate Bay links
Adds a 'Find on The Pirate Bay'-option to film functions on letterboxd.com
Letterboxd + The Pirate Bay linksคืออะไร?
Letterboxd + The Pirate Bay links เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andreas P และคุณลักษณะหลักของมันคือ "Adds a 'Find on The Pirate Bay'-option to film functions on letterboxd.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Letterboxd + The Pirate Bay links
ดาวน์โหลดไฟล์ส่วนขยาย Letterboxd + The Pirate Bay links ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Creates links for searching The Pirate Bay for the currently selected film's title.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mcpgmhfmelmnjlifeagccnhfdpmbmppl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/letterboxd-+-the-pirate-b/mcpgmhfmelmnjlifeagccnhfdpmbmppl |
คำอธิบาย | Adds a 'Find on The Pirate Bay'-option to film functions on letterboxd.com |
ขนาดไฟล์ | 276 KB |
จำนวนการติดตั้ง | 22 |
เวอร์ชันปัจจุบัน | 1.0.0.4 |
อัปเดตครั้งล่าสุด | 2012-10-07 |
วันที่เผยแพร่ | 2012-10-07 |
คะแนน | 1.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Andreas P |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Letterboxd + The Pirate Bay links", "version": "1.0.0.4", "manifest_version": 2, "description": "Adds a 'Find on The Pirate Bay'-option to film functions on letterboxd.com", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/letterboxd.com\/*" ], "js": [ "jquery.min.js", "script.js" ], "css": [ "style.css" ] } ], "web_accessible_resources": [ "tbp-icon.png" ] } |