- The store page had extra protections enabled, if you encounter problems like cloudflare freezing or not working, disable extension, refresh page, then reneable then refresh again.
Gaijin Content Creators Dropdown is a browser extension for Google Chrome, Firefox, Microsoft Edge, and Opera that adds a Content Creators dropdown to the Gaijin Store page. It allows users to support their favorite content creators directly from the store page.
- Adds a "Support a Content Creator" button to the Gaijin Store page.
- Displays the name of the content creator currently being supported.
- Provides a dropdown menu to select and support different content creators.
Reminder: The Gaijin Store automatically locks the selected content creator for 1 hour, after which users can support another creator.
- Install from the Chrome Web Store or load the extension locally:
- Download the extension files from the repository.
- Open the Chrome browser, and navigate to
chrome://extensions
. - Enable "Developer mode" by toggling the switch in the top right corner.
- Click "Load unpacked" and select the folder containing the extension files.
- Install from Firefox Add-ons or load the extension locally:
- Download the extension files from the repository.
- Open the Firefox browser, and navigate to
about:debugging
. - Click "This Firefox" and then "Load Temporary Add-on".
- Select the
manifest.json
file within the folder containing the extension files inside thefirefox_builds
folder.
- Download the extension files from the repository.
- Open the Microsoft Edge browser, and navigate to
edge://extensions
. - Enable "Developer mode" by toggling the switch in the bottom left corner.
- Click "Load unpacked" and select the folder containing the extension files.
- Download the extension files from the repository.
- Open the Opera browser, and navigate to
opera://extensions
. - Enable "Developer mode" by toggling the switch in the top right corner.
- Click "Load unpacked" and select the folder containing the extension files.
content_script.js
: Main script for adding the dropdown and handling user interactions.manifest.json
: Extension manifest file for Google Chrome, Firefox, Microsoft Edge, and Opera.creators.js
: A separate script file containing the list of content creators.style.css
: CSS file for styling the dropdown menu and other elements.
This project is licensed under the Custom Open Source License (COSL) v1.0. For more information, see the LICENSE file.