Backseat Hunter
Comment on Product Hunt posts, even with no comment access.
Backseat Hunterとは何ですか?
Backseat Hunterはoelmekkiによって開発されたChromeの拡張機能で、その主な機能は「Comment on Product Hunt posts, even with no comment access.」です。
拡張機能のスクリーンショット
Backseat Hunter拡張機能のCRXファイルをダウンロード
Backseat Hunter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Backseat Hunter |
ID | dijkinlhigijhhcgjnocgnefgaolkhgm |
公式URL | https://chromewebstore.google.com/detail/backseat-hunter/dijkinlhigijhhcgjnocgnefgaolkhgm |
説明 | Comment on Product Hunt posts, even with no comment access. |
ファイルサイズ | 49.38 KB |
インストール数 | 18 |
現在のバージョン | 1.6 |
最終更新日 | 2015-11-20 |
公開日 | 2015-11-20 |
開発者 | oelmekki |
支払い方法 | free |
対応言語 | 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" } ] } |