Lazy Vaccine Platform

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

Qu'est-ce que Lazy Vaccine Platform ?

Lazy Vaccine Platform est une extension Chrome développée par https://lazyvaccine.com, et sa fonction principale est "Help reduce online distractions, save time on Internet, drive people back to learn and motivate people to share knowledge".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Lazy Vaccine Platform

Téléchargez les fichiers d'extension Lazy Vaccine Platform au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Lazy Vaccine Platform Lazy Vaccine Platform
ID pgnilfdgiaibihnlphdkbcnnbmbffodd
URL Officiel https://chromewebstore.google.com/detail/lazy-vaccine-platform/pgnilfdgiaibihnlphdkbcnnbmbffodd
Description Help reduce online distractions, save time on Internet, drive people back to learn and motivate people to share knowledge
Taille du Fichier 6.34 MB
Nombre d'Installations 133
Version Actuelle 1.3.1
Dernière Mise à Jour 2023-03-29
Date de Publication 2019-07-10
Évaluation 5.00/5 Total 7 Évaluations
Développeur https://lazyvaccine.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://lazyvaccine.com/
URL de la Page d'Aide https://forms.gle/Czqrgp9xNDJ4rRg58
URL de la Page de Politique de Confidentialité https://lazyvaccine.com
Langues Prises en Charge 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:\/\/*\/*"
            ]
        }
    ]
}