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