VinVinAris

See who is who on Georgian Facebook

Wat is VinVinAris?

VinVinAris is een Chrome-extensie ontwikkeld door https://vinvinaris.com, en de belangrijkste functie is "See who is who on Georgian Facebook".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie VinVinAris

Download VinVinAris-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        ვინ ვინ არის - ქრომის დამატება რომელიც გაჩვენებთ ყალბ / ფეიკ / პრორუსულ და პროპაგანდისტულ ანგარიშებს ფეისბუქზე და სხვადასხვა ვებ-გვერდებზე.

VinVinAris - an extension helps to fight disinformation by highlighting fake and bot accounts on facebook, along with verified fake news and legitimate sources.                    

Basisinformatie over de Extensie

Naam VinVinAris VinVinAris
ID lmlhifjffimcneomepaohagliabmejke
Officiële URL https://chromewebstore.google.com/detail/vinvinaris/lmlhifjffimcneomepaohagliabmejke
Beschrijving See who is who on Georgian Facebook
Bestandsgrootte 55.15 KB
Aantal Installaties 1,389
Huidige Versie 0.7.0
Laatst Bijgewerkt 2020-08-03
Publicatiedatum 2020-06-26
Beoordeling 4.81/5 Totaal 31 Beoordelingen
Ontwikkelaar https://vinvinaris.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://vinvinaris.com
Help Pagina-URL http://vinvinaris.com
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VinVinAris",
    "version": "0.7.0",
    "description": "See who is who on Georgian Facebook",
    "homepage_url": "http:\/\/vinvinaris.com",
    "icons": {
        "128": "\/images\/icon128.png",
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png"
    },
    "content_scripts": [
        {
            "js": [
                "vinvinaris.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "fakenews.js"
            ],
            "css": [
                "fakenews.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/api.vinvinaris.com\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzkdXjCuOKbiSe9RiYRANa63EWCaUhtFAxSplVesD6cepWjYRBs6hvwqsmOasNCCYYzXLc8VYdxeKB5Qkgfl+LfgLrO9xqHWk0Y8MFq9q7oncaK30\/DmThHDqPq1ZkyiG3BADMUYoU9Pe+35VHA53tLJ9GEE5o\/g4NncqwR4QB6JaQSyxQFlSjNlH4JBQ3Jx3LEDmShMuMr2b1Ii4E6RNRvCfCVhEXR+bWsxqvczQmMGZaOIaZIxoni3YwThrGM6RYrrD5ggMRl5FvvR5Yj+gJEJsSPhVc7cAePXSDmLzQ1OYbteLPFUsyQtIYXwbw5KPCvVeY77g2aaYb1ukp+vBXQIDAQAB"
}