Hunted or Nah

Check if a website is already shared on Product Hunt.

Co to jest Hunted or Nah?

Hunted or Nah to rozszerzenie Chrome opracowane przez tekeste.kidanu, a jego główną funkcją jest „Check if a website is already shared on Product Hunt.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hunted or Nah

Pobierz pliki rozszerzeń Hunted or Nah w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Hunted or Nah Hunted or Nah
ID mbmjhbmlepfgcipncahaciohelhgpinm
Oficjalny URL https://chromewebstore.google.com/detail/hunted-or-nah/mbmjhbmlepfgcipncahaciohelhgpinm
Opis Check if a website is already shared on Product Hunt.
Rozmiar pliku 27.5 KB
Liczba instalacji 25
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-07-28
Data Publikacji 2018-07-27
Deweloper tekeste.kidanu
Typ Płatności free
Obsługiwane Języki 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"
    ]
}