Omegaluler
Never again type your O's out on twitch! e.g N OMEGALUL or WH OMEGALUL, now - just type it normally and let us do the work for you!
Qu'est-ce que Omegaluler ?
Omegaluler est une extension Chrome développée par Rhenier Kloppers, et sa fonction principale est "Never again type your O's out on twitch! e.g N OMEGALUL or WH OMEGALUL, now - just type it normally and let us do the work for you!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Omegaluler
Téléchargez les fichiers d'extension Omegaluler 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
** Important: DOES NOT WORK WITH FFZ (FRANKERFACEZ) BUT DOES WITH BTTV, I WILL FIX THIS IN THE FUTURE ** This extension replaces all (most) o's with the OMEGALUL emote, exceptions being text with BTTV emotes in it, which it ignores (for now). Important Notes: Keyword mode is probabably recommended, to activate it click on the extension icon in your Chrome Toolbar and follow instructions from there! This extension does work with BTTV, however when used in collaboration with FFZ - it breaks. this is something I plan to fix in the future. There is an option to toggle between emote sizes, right-clicking on the extension at your Chrome toolbar (the OMEGALUL emote) and selecting "toggle OMEGALUL size" will do this. Enjoy. ** Keyword mode released ** What's new: You can now right click on the extension at your Chrome toolbar (same as above) and select "toggle keyword mode", where you will be asked to type in keywords, follow the instructions from there :) There is a bug where if they paragraph contains a keyword, it will render emotes for all the o's in that paragraph, needs to be fixed but still worthwhile releasing Planned future updates: * Add support for BTTV, FFZ * Keyword mode RELEASED
Informations de Base sur l'Extension
Nom | Omegaluler |
ID | jdkdfpbdfepbjjkcgpbicgffajbbmjin |
URL Officiel | https://chromewebstore.google.com/detail/omegaluler/jdkdfpbdfepbjjkcgpbicgffajbbmjin |
Description | Never again type your O's out on twitch! e.g N OMEGALUL or WH OMEGALUL, now - just type it normally and let us do the work for you! |
Taille du Fichier | 135 KB |
Nombre d'Installations | 4,000 |
Version Actuelle | 0.18 |
Dernière Mise à Jour | 2019-07-16 |
Date de Publication | 2019-07-16 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | Rhenier Kloppers |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Omegaluler", "short_name": "Omegaluler", "version": "0.18", "content_scripts": [ { "matches": [ "*:\/\/www.twitch.tv\/*" ], "js": [ ".\/js\/content.js" ], "css": [ ".\/css\/materialize.min.css", ".\/css\/styles.css" ] } ], "background": { "scripts": [ ".\/js\/background.js", ".\/js\/jquery.js", ".\/js\/materialize.min.js", ".\/js\/chips.js" ], "css": [ ".\/css\/materialize.min" ] }, "description": "Never again type your O's out on twitch! e.g N OMEGALUL or WH OMEGALUL, now - just type it normally and let us do the work for you!", "author": "Rhenier Kloppers", "browser_action": { "default_icon": ".\/icons\/omegalul.png", "default_title": "Keywords", "default_popup": "keywords.html" }, "permissions": [ "*:\/\/www.twitch.tv\/*", "contextMenus", "tabs", "activeTab", "storage" ] } |