Hunted or Nah
Check if a website is already shared on Product Hunt.
Cos'è Hunted or Nah?
Hunted or Nah è un'estensione di Chrome sviluppata da tekeste.kidanu, e la sua funzione principale è "Check if a website is already shared on Product Hunt.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hunted or Nah
Scarica i file di estensione Hunted or Nah in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
If you are someone who likes to hunt lots of products on Product Hunt, this extension will easily let you know if a website is already hunted or not. Give it a click and see the magic happen! If it is already hunted it would give you a link to the Product Hunt page of the product, but if it is not hunted it will give you an option to hunt it.
Informazioni di Base sull'Estensione
Nome | Hunted or Nah |
ID | mbmjhbmlepfgcipncahaciohelhgpinm |
URL Ufficiale | https://chromewebstore.google.com/detail/hunted-or-nah/mbmjhbmlepfgcipncahaciohelhgpinm |
Descrizione | Check if a website is already shared on Product Hunt. |
Dimensione del File | 27.5 KB |
Conteggio Installazioni | 25 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-07-28 |
Data di Pubblicazione | 2018-07-27 |
Sviluppatore | tekeste.kidanu |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hunted or Nah", "description": "Check if a website is already shared on Product Hunt.", "version": "1.0", "homepage_url": "https:\/\/twitter.com\/iamtekeste", "manifest_version": 2, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html" }, "icons": { "128": "128-icon.png" }, "permissions": [ "activeTab" ] } |