Nudge

Make the internet less addictive with nudges that help you avoid getting sucked in

Nudgeคืออะไร?

Nudge เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nudgeware.io และคุณลักษณะหลักของมันคือ "Make the internet less addictive with nudges that help you avoid getting sucked in"

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

screenshot
screenshot
screenshot

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

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

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

                        Nudge hacks website designs to make them less persuasive, visualises addictive browsing patterns, and gives you tools to manage some of the most addictive parts of the internet — e.g. to delete your Facebook News Feed.

It could change your life. Try it!

★ Switches off addictive sites by default

★ Visualises time spent browsing, by showing one more ring every 5 minutes

★ Hides some of the most compulsive sections of websites unless you choose to show them

Tweet us here: https://twitter.com/nudgeextension/

Please be aware that due to code changes on e.g. YouTube, some features - such as the YouTube Autoplay Stopper - may not always work consistently for all users.

Please find the privacy policy in the links on this page, or alternatively here: https://github.com/lgwb89/nudge/blob/master/PRIVACYPOLICY.md                    

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

ชื่อ Nudge Nudge
ID dmhgdnbkjkejeddddlklojinngaideac
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nudge/dmhgdnbkjkejeddddlklojinngaideac
คำอธิบาย Make the internet less addictive with nudges that help you avoid getting sucked in
ขนาดไฟล์ 33.81 MB
จำนวนการติดตั้ง 3,080
เวอร์ชันปัจจุบัน 1.0.75
อัปเดตครั้งล่าสุด 2021-11-01
วันที่เผยแพร่ 2020-05-23
คะแนน 4.67/5 รวมทั้งหมด 81 คะแนน
ผู้พัฒนา https://nudgeware.io
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/lgwb89/nudge/blob/master/PRIVACYPOLICY.md
URL หน้านโยบายความเป็นส่วนตัว https://github.com/lgwb89/nudge/blob/master/PRIVACYPOLICY.md
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.75",
    "name": "Nudge",
    "permissions": [
        "idle",
        "activeTab",
        "tabs",
        "webNavigation",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "unlimitedStorage"
    ],
    "incognito": "split",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgH4rfKJ3fys5vEjI9bl8eXew3SdQeTbs8IOuITsRDzEik97iZb5cBB2Gg6G9n9wtg73qhvZaRFOX0FEfOmIG6Qw3g4dxFZn2+gESbEY2fFnMnF8Std0yJ\/qqAMARpTqeKrzYd4h6mkC4A5Rt7bhaAmeUFdjjBaMvTLTZo3kgtXuIXRyxX3U+Y7N5b2kYC4X+fZ30iuFeKEn7Hega\/QbEuTgEiIRfNMe3gvQ7vqmJkByXfZWZexODaOwJmG9SF\/+Ijj7QsNyfBzWDuwFsfJwYD43+jVZfIfYOEGYSqFu51ZyT8JjHFz9HSQHErNNNPNrGjfmSdavKgb7lE2UnGAzhAQIDAQAB",
    "description": "Make the internet less addictive with nudges that help you avoid getting sucked in",
    "icons": {
        "16": "img\/icon\/16.png",
        "48": "img\/icon\/48.png",
        "128": "img\/icon\/128.png"
    },
    "browser_action": {
        "default_popup": "html\/pages\/popup.html"
    },
    "options_ui": {
        "page": "html\/pages\/options_home.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "options_page": "html\/pages\/options_home.html",
    "web_accessible_resources": [
        "img\/*",
        "fonts\/*",
        "html\/*",
        "css\/*"
    ],
    "background": {
        "scripts": [
            "js\/background\/env.js",
            "js\/vendor\/moment.min.js",
            "config.js",
            "js\/vars\/vars.js",
            "js\/vars\/hidees.js",
            "js\/vars\/credentials.js",
            "js\/helpers.js",
            "js\/background\/sync-hidees.js",
            "js\/background\/migrate.js",
            "js\/background\/amplitude.js",
            "js\/background\/settings.js",
            "js\/background\/storage.js",
            "js\/background\/logger.js",
            "js\/background\/listeners.js",
            "js\/background\/messager.js",
            "js\/background\/recorder.js",
            "js\/background\/switch.js",
            "js\/background\/init.js",
            "js\/background\/tests.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor\/moment.min.js",
                "config.js",
                "js\/vars\/vars.js",
                "js\/vars\/hidees.js",
                "js\/content\/storage\/html.js",
                "js\/helpers.js",
                "js\/content\/controller.js",
                "js\/content\/time.js",
                "js\/content\/scroll.js",
                "js\/content\/autoplay_stopper.js",
                "js\/content\/cache.js",
                "js\/content\/hider.js"
            ],
            "css": [],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/www.facebook.com\/*",
                "*:\/\/facebook.com\/*",
                "*:\/\/web.facebook.com\/*"
            ],
            "js": [
                "js\/facebook\/unfollower.js"
            ],
            "run_at": "document_start"
        }
    ]
}