Backseat Hunter
Comment on Product Hunt posts, even with no comment access.
Co je Backseat Hunter?
Backseat Hunter je rozšíření Chrome vyvinuté oelmekki, a jeho hlavní funkcí je „Comment on Product Hunt posts, even with no comment access.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Backseat Hunter
Stáhněte si soubory rozšíření Backseat Hunter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Backseat Hunter |
ID | dijkinlhigijhhcgjnocgnefgaolkhgm |
Oficiální URL | https://chromewebstore.google.com/detail/backseat-hunter/dijkinlhigijhhcgjnocgnefgaolkhgm |
Popis | Comment on Product Hunt posts, even with no comment access. |
Velikost souboru | 49.38 KB |
Počet instalací | 18 |
Aktuální Verze | 1.6 |
Poslední Aktualizace | 2015-11-20 |
Datum Vydání | 2015-11-20 |
Vývojář | oelmekki |
Typ Platby | free |
Podporované Jazyky | 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" } ] } |