Lazy Vaccine Platform

Help reduce online distractions, save time on Internet, drive people back to learn and motivate people to share knowledge

Vad är Lazy Vaccine Platform?

Lazy Vaccine Platform är en Chrome-tillägg utvecklad av https://lazyvaccine.com, och dess huvudfunktion är "Help reduce online distractions, save time on Internet, drive people back to learn and motivate people to share knowledge".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Lazy Vaccine Platform-förlängningens CRX-fil

Ladda ner Lazy Vaccine Platform-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        We have some problems:
1. People are lazy to learn
We all know learning is essential, but human brain was designed to be distracted. This makes everyone procrastinates in learning. The brain scans the environment to see if other things might be more interesting or important four times per second. This triggers us to visit our favourite websites (especially social networks) for a few minutes, but we stay for hours. That's how we lose time.
2. People are lazy to share
People who can create valuable learning materials are the ones who value their time. 
This makes creators lazy to share because they get nothing worth their time.
3. No control over the content on websites
We see almost the same contents on any websites that the publishers provide. Everyone is unique; you have the right to decide the content you see on the web browser.

A learning platform that makes learners & creators happy. Lazy Vaccine helps people use time more efficiently to learn, share knowledge and make the Earth green again:
- Users start by subscribing to the learning set that they want to learn. 
When a user browses his favourite website, LZV will drive the user back to learning 
by injecting those learning content (such as knowledge cards, flashcards, quizzes) 
and can learn by interacting with the injected content.
- When creators get the credit worth their time, this inspires them to share more.
- Users choose which learning content they want to see on their favourite websites.                    

Grundläggande Information om Tillägg

Namn Lazy Vaccine Platform Lazy Vaccine Platform
ID pgnilfdgiaibihnlphdkbcnnbmbffodd
Officiell webbadress https://chromewebstore.google.com/detail/lazy-vaccine-platform/pgnilfdgiaibihnlphdkbcnnbmbffodd
Beskrivning Help reduce online distractions, save time on Internet, drive people back to learn and motivate people to share knowledge
Filstorlek 6.34 MB
Antal Installationer 133
Aktuell Version 1.3.1
Senast Uppdaterad 2023-03-29
Publiceringsdatum 2019-07-10
Betyg 5.00/5 Totalt 7 Betyg
Utvecklare https://lazyvaccine.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://lazyvaccine.com/
Hjälpsida URL https://forms.gle/Czqrgp9xNDJ4rRg58
URL till Sekretesspolicy Sidan https://lazyvaccine.com
Stödda Språk en,vi,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "manifest_version": 3,
    "version": "1.3.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png"
        },
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "oauth2": {
        "client_id": "45752199260-3c2j9bi5vofktbqet1uk4utjbrli23i2.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnIyNNC2+MKuiKCtmlHfMLWj80Z+MCL17mxfENOL7N7c2il4Mxj+YTqkm5k42COUz1kh2C6YJYSDV08QYt6K0+wBuxu0boGFrU8RacJ8k6pmK0I3U00cLKQ\/dfxi317gyS43uIf6gVtNdAOurzohoTDVgcaIFYpShRlYoHh4t6oPciRXQUYanesd8dPbSU+XjSA5jAvk0ofXWykqSAiN0ZvdoPjI5PMHp+URmU4juMzj4uOjjGbZ2Ef78Gkp3bps8tNjw9B+uzjNZiEwVjrvR28DW5L\/eRvCFLiylH7saEgZKcP61ssHORd4CokILidZ2jS4dqpOGXbohv+wrnpO7MwIDAQAB",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "pages\/heap-2553677209.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/*",
                "pages\/lazy-vaccine.html",
                "pages\/oauth.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}