Chrome Extension that will (eventually) allow users to check and see if any given article is the product of coordinated inauthentic behavior (CIB).
Infodemic.cc as an extension is a Chrome Extension that allows the user to output all the text in a certain webpage and then copy it to their clipboard. Eventually it will be able to scan through the page and determine the likelihood that the page is the product of coordinated inauthentic behavior.
For now, it's just a simple chrome extension that operates off of 1 or 2 buttons.
The application has 4 main modules:
-
manifest.json
- This module is the metadata for our extension and tells Chrome what files it will use, what permissions are needed, and how the extension will behave. -
background.js
- This JavaScript file is a Service Worker that runs in the background and determines long-term behavior of the extension. -
popup.html
- This HTML file contains the code for what pops up on the screen when the extension is clicked from the extension toolbar. -
popup.js
- This JavaScript file contains the long-term behvaior of the popup window.
Follow these steps to set up and run the infodemic.cc program:
- Google Chrome Browser: Please ensure that you are using the latest version of Google Chrome.
-
Download the Extension
- Download or clone this repository to local machine.
-
Enable
Developer Mode
in Google Chrome- Open Google Chrome
- Navigate to
chrome://extensions
- Enable the
Developer Mode
switch from the top right
-
Upload the extension to Chrome
- Click on
Load unpacked
- Select the directory where you have saved the extension's files
- The extension should now appear in your list of extensions
- Click on
-
Using the extension
- Navigate to any Webpage
- Click
Output Page Text
- Copy the Output text