Temptation Blocker

Personalise your online world to match your lifestyle goals by block by blocking any content you may have pledged to start avoiding.

Temptation Blockerคืออะไร?

Temptation Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Devstars และคุณลักษณะหลักของมันคือ "Personalise your online world to match your lifestyle goals by block by blocking any content you may have pledged to start avoiding."

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

screenshot

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

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

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

                        Introducing the Temptation Blocker from David Lloyd Clubs. A new tool that lets you personalise your online world to match your lifestyle goals, by blocking any content or vices you may have pledged to start avoiding. It’s the perfect digital companion to have on your pathway to improved personal wellbeing in 2018.                    

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

ชื่อ Temptation Blocker Temptation Blocker
ID hegbglbfhcfkpaaicpjfiopdkombclpb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/temptation-blocker/hegbglbfhcfkpaaicpjfiopdkombclpb
คำอธิบาย Personalise your online world to match your lifestyle goals by block by blocking any content you may have pledged to start avoiding.
ขนาดไฟล์ 1.51 MB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2018-02-12
วันที่เผยแพร่ 2018-02-12
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Devstars
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.davidlloyd.co.uk/en/David-Lloyd-Leisure-Press/Temptation-blocker
URL หน้านโยบายความเป็นส่วนตัว https://www.devstars.com/privacy-policy
ภาษาที่รองรับ de,en,fr,nl,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Temptation Blocker",
    "description": "Personalise your online world to match your lifestyle goals by block by blocking any content you may have pledged to start avoiding.",
    "version": "1.5",
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "16.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options\/options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "cover.css"
            ],
            "js": [
                "js\/libs\/jquery\/jquery-2.1.4.js",
                "js\/libs\/jquery\/jquery.textchildren.js",
                "options\/options.js",
                "content_script.js",
                "cover.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "default_icon": "16.png",
        "default_title": "Temptation Blocker",
        "default_popup": "popup\/popup.html"
    },
    "author": "David Lloyd Clubs"
}