Feed the Goat

Feed the Goat provides a fun way for you to stay focused so you can get more done.

ما هو Feed the Goat؟

Feed the Goat هو إضافة Chrome تم تطويرها بواسطة feedthegoat.io، والميزة الرئيسية لها هي "Feed the Goat provides a fun way for you to stay focused so you can get more done.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Feed the Goat

قم بتنزيل ملفات الامتداد Feed the Goat بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension makes it easy for you to stay focused by blacklisting websites you feel might distract you. Once you decide you want to be distraction free for a certain a period of time, your goat will get fed. 

If however you can't resist and you visit those blacklisted websites your goat will die! 

With this extension being productive pays, build up a cash balance that can be used to purchase new goats. 

Feed the Goat also has a built in web timer so you can see how much time your spending on different websites.

FEATURES

•Countdown Timer – Min 15 minutes, Max 120 Minutes
•Block Websites – Add distracting websites to your blacklist 
•Web Timer – track your usage while online
•Notifications – positive affirmations to keep you motivated

PERMISSIONS

Notifications - Extension can display popup notification
URL's - Extension has access to URL information                    

معلومات أساسية عن التمديد

الاسم Feed the Goat Feed the Goat
ID nlpolkejgdffadcagpkaoijinmhohpkk
عنوان URL الرسمي https://chrome.google.com/webstore/detail/feed-the-goat/nlpolkejgdffadcagpkaoijinmhohpkk
الوصف Feed the Goat provides a fun way for you to stay focused so you can get more done.
حجم الملف 540 KB
عدد التثبيتات 328
النسخة الحالية 2.2.5
آخر تحديث 2018-10-04
تاريخ النشر 2018-10-04
تقييم 2.88/5 مجموع تقييمات 8
المطور feedthegoat.io
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Feed the Goat",
    "description": "Feed the Goat provides a fun way for you to stay focused so you can get more done.",
    "version": "2.2.5",
    "icons": {
        "128": "img\/icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self' ",
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "identity",
        "idle",
        "notifications",
        "storage"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhsbeqK5rYITzAXbWOGKnZJDCBw5FIRKH\/ekfb4h7GBxIYMYKYqcghMTDHVL6Yx67lDiP8DbByDwjtQBqP84Nz3YfAMsNdn2pLYi6cDTL+xZyRpThx\/vLIvYF+MuNuo6y74f6mGn0IfBitkQiT2O88fpFvRActUgU1iQ+ESdxhWbTCFbwjdgp2GKCqz1v3RRJn4qDbggkOr2Is\/+o\/vqoSpPz6Xi3iUBnwnBPyANECLv9iDAe21WS5bc9Lm8b+6wdIyA3w243C+5gFLO9u\/7JpPIptYXG2+rI+YHjgiOWMhjbWXIB4WOqLZw4Uz5gaqFQhWV1aVh5SrgO2XsgAl9oaQIDAQAB"
}