Hunted or Nah

Check if a website is already shared on Product Hunt.

Qu'est-ce que Hunted or Nah ?

Hunted or Nah est une extension Chrome développée par tekeste.kidanu, et sa fonction principale est "Check if a website is already shared on Product Hunt.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hunted or Nah

Téléchargez les fichiers d'extension Hunted or Nah au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Hunted or Nah Hunted or Nah
ID mbmjhbmlepfgcipncahaciohelhgpinm
URL Officiel https://chromewebstore.google.com/detail/hunted-or-nah/mbmjhbmlepfgcipncahaciohelhgpinm
Description Check if a website is already shared on Product Hunt.
Taille du Fichier 27.5 KB
Nombre d'Installations 25
Version Actuelle 1.0
Dernière Mise à Jour 2018-07-28
Date de Publication 2018-07-27
Développeur tekeste.kidanu
Type de Paiement free
Langues Prises en Charge 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"
    ]
}