thailandtorrent.com button
Open your favourite webboard thailandtorrent.com in one click!
thailandtorrent.com buttonとは何ですか?
thailandtorrent.com buttonはPeter Andersonによって開発されたChromeの拡張機能で、その主な機能は「Open your favourite webboard thailandtorrent.com in one click!」です。
拡張機能のスクリーンショット
thailandtorrent.com button拡張機能のCRXファイルをダウンロード
thailandtorrent.com button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | jiodfhbkbfefcmgmbimdmgglopfdamfh |
| 公式URL | https://chrome.google.com/webstore/detail/thailandtorrentcom-button/jiodfhbkbfefcmgmbimdmgglopfdamfh |
| 説明 | Open your favourite webboard thailandtorrent.com in one click! |
| ファイルサイズ | 15.58 KB |
| インストール数 | 93 |
| 現在のバージョン | 2 |
| 最終更新日 | 2014-06-20 |
| 公開日 | 2014-06-20 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Peter Anderson |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"name": "thailandtorrent.com button",
"description": "Open your favourite webboard thailandtorrent.com in one click!",
"browser_action": {
"default_title": "Open thailandtorrent.com in one click",
"default_icon": "img\/48.png"
},
"homepage_url": "https:\/\/thailandtorrent.com",
"short_name": "thailandtorrent.com",
"icons": {
"16": "img\/16.png",
"48": "img\/48.png",
"128": "img\/128.png"
},
"background": {
"scripts": [
"chrome\/config.js",
"js\/app.js",
"js\/background.js"
]
},
"permissions": [
"clipboardWrite",
"storage",
"tabs",
"notifications",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"content_scripts": [
{
"js": [
"js\/document\/all.js"
],
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_start"
},
{
"js": [
"js\/document\/bitofcode.js"
],
"matches": [
"*:\/\/*.bitofcode.net\/*"
]
}
],
"version": "2",
"manifest_version": 2,
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
} | |