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