Hunted or Nah
Check if a website is already shared on Product Hunt.
Was ist Hunted or Nah?
Hunted or Nah ist eine Chrome-Erweiterung, die von tekeste.kidanu entwickelt wurde, und ihr Hauptmerkmal ist "Check if a website is already shared on Product Hunt.".
Erweiterungsscreenshots
Hunted or Nah-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hunted or Nah-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Hunted or Nah |
ID | mbmjhbmlepfgcipncahaciohelhgpinm |
Offizielle URL | https://chromewebstore.google.com/detail/hunted-or-nah/mbmjhbmlepfgcipncahaciohelhgpinm |
Beschreibung | Check if a website is already shared on Product Hunt. |
Dateigröße | 27.5 KB |
Installationsanzahl | 25 |
Aktuelle Version | 1.0 |
Letztes Update | 2018-07-28 |
Veröffentlichungsdatum | 2018-07-27 |
Entwickler | tekeste.kidanu |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |