Lazy Vaccine Platform

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

Cos'è Lazy Vaccine Platform?

Lazy Vaccine Platform è un'estensione di Chrome sviluppata da https://lazyvaccine.com, e la sua funzione principale è "Help reduce online distractions, save time on Internet, drive people back to learn and motivate people to share knowledge".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Lazy Vaccine Platform

Scarica i file di estensione Lazy Vaccine Platform in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Lazy Vaccine Platform Lazy Vaccine Platform
ID pgnilfdgiaibihnlphdkbcnnbmbffodd
URL Ufficiale https://chromewebstore.google.com/detail/lazy-vaccine-platform/pgnilfdgiaibihnlphdkbcnnbmbffodd
Descrizione Help reduce online distractions, save time on Internet, drive people back to learn and motivate people to share knowledge
Dimensione del File 6.34 MB
Conteggio Installazioni 133
Versione Corrente 1.3.1
Ultimo Aggiornamento 2023-03-29
Data di Pubblicazione 2019-07-10
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore https://lazyvaccine.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://lazyvaccine.com/
URL della Pagina di Aiuto https://forms.gle/Czqrgp9xNDJ4rRg58
URL della Pagina della Politica sulla Privacy https://lazyvaccine.com
Lingue Supportate 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:\/\/*\/*"
            ]
        }
    ]
}