FreeShopper

Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services!

FreeShopperคืออะไร?

FreeShopper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fluentcodevs และคุณลักษณะหลักของมันคือ "Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services!"

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

screenshot
screenshot

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

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

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

                        We automatically find FREE products as you shop for them online. YOU visit stores on the web and search for your product. WE search to see if it's available for FREE elsewhere and send you an alert!                    

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

ชื่อ FreeShopper FreeShopper
ID njpfbmajlfbhhnhhdipbhcchelcakcil
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/freeshopper/njpfbmajlfbhhnhhdipbhcchelcakcil
คำอธิบาย Welcome to FreeShopper, where you’ll find a collection of the best deals on some of your favorite products and services!
ขนาดไฟล์ 89.82 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-06-15
วันที่เผยแพร่ 2017-06-14
คะแนน 2.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา fluentcodevs
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.samplesandsavings.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FreeShopper",
    "description": "Welcome to FreeShopper, where you\u2019ll find a collection of the best deals on some of your favorite products and services!",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "FreeShopper"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-3.0.0.js",
                "handler.js",
                "relevancy.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "notifications",
        "tabs",
        "activeTab",
        "webNavigation",
        "storage",
        "management",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "icon.png",
        "rewards.json"
    ]
}