Hunted or Nah

Check if a website is already shared on Product Hunt.

Hunted or Nah là gì?

Hunted or Nah là một tiện ích mở rộng Chrome được phát triển bởi tekeste.kidanu, và tính năng chính của nó là "Check if a website is already shared on Product Hunt.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hunted or Nah

Tải xuống các tệp mở rộng Hunted or Nah dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hunted or Nah Hunted or Nah
ID mbmjhbmlepfgcipncahaciohelhgpinm
URL Chính Thức https://chromewebstore.google.com/detail/hunted-or-nah/mbmjhbmlepfgcipncahaciohelhgpinm
Mô tả Check if a website is already shared on Product Hunt.
Kích Thước Tệp 27.5 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-07-28
Ngày Phát Hành 2018-07-27
Nhà Phát Triển tekeste.kidanu
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}