Backseat Hunter
Comment on Product Hunt posts, even with no comment access.
Backseat Hunter là gì?
Backseat Hunter là một tiện ích mở rộng Chrome được phát triển bởi oelmekki, và tính năng chính của nó là "Comment on Product Hunt posts, even with no comment access.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Backseat Hunter
Tải xuống các tệp mở rộng Backseat Hunter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Backseat Hunter |
ID | dijkinlhigijhhcgjnocgnefgaolkhgm |
URL Chính Thức | https://chromewebstore.google.com/detail/backseat-hunter/dijkinlhigijhhcgjnocgnefgaolkhgm |
Mô tả | Comment on Product Hunt posts, even with no comment access. |
Kích Thước Tệp | 49.38 KB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 1.6 |
Cập Nhật Lần Cuối | 2015-11-20 |
Ngày Phát Hành | 2015-11-20 |
Nhà Phát Triển | oelmekki |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |