thailandtorrent.com button
Open your favourite webboard thailandtorrent.com in one click!
Apa itu thailandtorrent.com button?
thailandtorrent.com button adalah ekstensi Chrome yang dikembangkan oleh Peter Anderson, dan fitur utamanya adalah "Open your favourite webboard thailandtorrent.com in one click!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi thailandtorrent.com button
Unduh file ekstensi thailandtorrent.com button dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | jiodfhbkbfefcmgmbimdmgglopfdamfh |
URL Resmi | https://chrome.google.com/webstore/detail/thailandtorrentcom-button/jiodfhbkbfefcmgmbimdmgglopfdamfh |
Deskripsi | Open your favourite webboard thailandtorrent.com in one click! |
Ukuran File | 15.58 KB |
Jumlah Instalasi | 93 |
Versi Saat Ini | 2 |
Terakhir Diperbarui | 2014-06-20 |
Tanggal Publikasi | 2014-06-20 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Peter Anderson |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |