Backseat Hunter
Comment on Product Hunt posts, even with no comment access.
Apa itu Backseat Hunter?
Backseat Hunter adalah ekstensi Chrome yang dikembangkan oleh oelmekki, dan fitur utamanya adalah "Comment on Product Hunt posts, even with no comment access.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Backseat Hunter
Unduh file ekstensi Backseat Hunter 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
This extension allows anyone to discuss products on Product Hunt. When browsing a product page, you will see the extension appear in your url bar. Click it, and this will open a popup to comment the product on disqus, without leaving page.
Informasi Dasar Ekstensi
Nama | Backseat Hunter |
ID | dijkinlhigijhhcgjnocgnefgaolkhgm |
URL Resmi | https://chromewebstore.google.com/detail/backseat-hunter/dijkinlhigijhhcgjnocgnefgaolkhgm |
Deskripsi | Comment on Product Hunt posts, even with no comment access. |
Ukuran File | 49.38 KB |
Jumlah Instalasi | 18 |
Versi Saat Ini | 1.6 |
Terakhir Diperbarui | 2015-11-20 |
Tanggal Publikasi | 2015-11-20 |
Pengembang | oelmekki |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Backseat Hunter", "version": "1.6", "manifest_version": 2, "description": "Comment on Product Hunt posts, even with no comment access.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab" ], "background": { "persistent": false, "scripts": [ "background_page\/main.js" ] }, "page_action": { "default_icon": { "38": "icon.png" }, "default_popup": "page_action\/main.html" }, "content_scripts": [ { "matches": [ "http:\/\/www.producthunt.com\/*", "https:\/\/www.producthunt.com\/*" ], "js": [ "content_script\/main.js" ], "run_at": "document_end" } ] } |