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是由Andreas P開發的Chrome擴展程式,該擴展的主要功能是“Adds a 'Find on The Pirate Bay'-option to film functions on letterboxd.com”。
擴展截圖
下載Letterboxd + The Pirate Bay links擴展crx文件
下載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 |
官方網址 | 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" ] } |