CaptainFact

Collaborative, real-time fact checking. Free and open source.

CaptainFact क्या है?

CaptainFact https://captainfact.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collaborative, real-time fact checking. Free and open source."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CaptainFact एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Internet is filled with rich and abundant data. Information travels fast and we don't have the time to check that everything we see and hear is correct. 

CaptainFact is all about people debating and helping each other to verify that data by sourcing it, voting and chatting about facts.


This extension is open source and published under GPL3 license on Github: https://github.com/CaptainFact/captain-fact-extension                    

एक्सटेंशन की मूल जानकारी

नाम CaptainFact CaptainFact
ID fnnhlmbnlbgomamcolcpgncflofhjckm
आधिकारिक URL https://chromewebstore.google.com/detail/captainfact/fnnhlmbnlbgomamcolcpgncflofhjckm
विवरण Collaborative, real-time fact checking. Free and open source.
फ़ाइल का आकार 1.34 MB
स्थापना संख्या 4,396
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2023-04-19
प्रकाशन तिथि 2020-04-21
रेटिंग 4.90/5 कुल 10 रेटिंग्स
डेवलपर https://captainfact.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://captainfact.io
सहायता पृष्ठ URL https://captainfact.io/help/extension
गोपनीयता नीति पृष्ठ URL https://captainfact.io/help/privacy
समर्थित भाषाएँ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.0",
    "name": "CaptainFact",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvj2HRDAsx3qXl66tfidXZRcQbw7RHG1YwNSgrbFDyvmKL0jP5dpxqD7Y6WpRgUeMYT93sg7hgIt6JHpY3ZOv\/HRZII9SYxy6DT4iTkQknQ+5JaJZvnKosvAnU\/gRZkwTBDSOnGvc9THirpKtLlEKLsvG8apJWtBzBuCEAuTDpwrapDVu+JM6VPCh+MCWHYfjDd8agbhK6SOPnC81NcqQXOWG3n0\/AHTY4g\/9PbNwm96f+ymUuFbBYsN4eIzq\/wZktf417SnzxMqSIlfdeyTST1xZ74bSCLOi4+XgYI+UaDAQZUNFiZINXojnJrkPo2g3maHqJb+0ZQdggQyS3C9lswIDAQAB",
    "description": "Collaborative, real-time fact checking. Free and open source.",
    "default_locale": "en",
    "author": "[email protected]",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "action": {
        "default_icon": {
            "16": "img\/icon-16.png",
            "48": "img\/icon-48.png",
            "128": "img\/icon-128.png"
        },
        "default_title": "CaptainFact",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/m.youtube.com\/*"
            ],
            "js": [
                "\/js\/inject.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/captainfact.io\/*"
            ],
            "js": [
                "\/js\/installation_notifier.bundle.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/m.youtube.com\/*",
        "*:\/\/www.youtube.com\/*",
        "*:\/\/*.captainfact.io\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src 'self' https:\/\/img.youtube.com data:; connect-src 'self' https:\/\/captainfact.io https:\/\/graphql.captainfact.io;"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "img\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/m.youtube.com\/*"
            ],
            "resources": [
                "img\/*"
            ]
        }
    ]
}