Interest Sniper

Snip all FB interests.

Interest Sniperคืออะไร?

Interest Sniper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย InterestSniper และคุณลักษณะหลักของมันคือ "Snip all FB interests."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Interest Sniper

ดาวน์โหลดไฟล์ส่วนขยาย Interest Sniper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Interest Sniper on Chrome
================================

Introducing a new powerful Facebook tools that’ll help you find untapped Hidden Interest on Facebook.

Retrieve untapped high converting interest as easy as 1,2,3….


Find Hidden Interest in your niche
-------------------------------------------------

Facebook has become an important tool for marketers, with the growing demand it becomes hard to reach targeted audience. Interest Sniper helps you find hundreds of untapped highly targeted interest as easy as 1,2,3.

Organization
----------------------


We help you organize those new hundreds of highly converting untapped interest that you will discover. Download a report so you can make the best-informed decision.

Expand your niche
------------------------------

Think you know everything about your niche or market? Think again! Find Interest you never knew existed for your niche!

Watch the Cash Flow In
------------------------------------

We put the tool that’s usually only available to top marketers in your hands. Now watch the cash flow in when you find your hidden interest. This will help you see your conversion rate double even if you’re selling physical products, t-shirts or anything!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Interest Sniper Interest Sniper
ID gkpehcmaheemnkhpaldopgdbdgkfijpb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/interest-sniper/gkpehcmaheemnkhpaldopgdbdgkfijpb
คำอธิบาย Snip all FB interests.
ขนาดไฟล์ 118 KB
จำนวนการติดตั้ง 348
เวอร์ชันปัจจุบัน 1.0.9
อัปเดตครั้งล่าสุด 2015-10-23
วันที่เผยแพร่ 2015-10-23
คะแนน 2.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา InterestSniper
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย http://www.interestsniper.net/
URL หน้าช่วยเหลือ http://www.interestsniper.net/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Interest Sniper",
    "short_name": "Interest Sniper",
    "description": "Snip all FB interests.",
    "version": "1.0.9",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Interest Sniper",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon1.png",
        "128": "icon1.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "css": [],
            "js": [
                "js\/jquery.js",
                "js\/Sniper.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}