Simple Torrent Search [alpha]
A simple way to quickly search and start downloading Torrents from The Pirate Bay. More to come.
什麼是Simple Torrent Search [alpha]?
Simple Torrent Search [alpha]是由Wayferer開發的Chrome擴展程式,該擴展的主要功能是“A simple way to quickly search and start downloading Torrents from The Pirate Bay. More to come.”。
下載Simple Torrent Search [alpha]擴展crx文件
下載Simple Torrent Search [alpha]擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A simple way to quickly search and start downloading Torrents. More to come.
擴展基本資訊
名稱 | |
ID | gghhokjnjfniamhdfclmjfjokmgjkjlc |
官方網址 | https://chrome.google.com/webstore/detail/simple-torrent-search-alp/gghhokjnjfniamhdfclmjfjokmgjkjlc |
簡介 | A simple way to quickly search and start downloading Torrents from The Pirate Bay. More to come. |
檔案大小 | 152 KB |
安裝次數 | 77 |
目前版本 | 0.0.14 |
更新時間 | 2013-09-16 |
上架時間 | 2013-09-16 |
開發者 | Wayferer |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Torrent Search [alpha]", "version": "0.0.14", "manifest_version": 2, "description": "A simple way to quickly search and start downloading Torrents from The Pirate Bay. More to come.", "homepage_url": "https:\/\/twitter.com\/wayferer", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "src\/bg\/background.html", "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Simple Torrent Search", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "contentSettings", "tabs", "https:\/\/*\/*", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/thepiratebay.sx\/*" ], "js": [ "src\/inject\/jquery.min.js", "src\/inject\/tpb.js" ] } ] } |