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!

Omegaluler란 무엇입니까?

Omegaluler은(는) Rhenier Kloppers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Omegaluler 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ** 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                    

확장 프로그램 기본 정보

이름 Omegaluler Omegaluler
ID jdkdfpbdfepbjjkcgpbicgffajbbmjin
공식 URL https://chromewebstore.google.com/detail/omegaluler/jdkdfpbdfepbjjkcgpbicgffajbbmjin
설명 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!
파일 크기 135 KB
설치 횟수 4,000
현재 버전 0.18
최근 업데이트 2019-07-16
출시 날짜 2019-07-16
평점 4.00/5 총 4 개의 평점
개발자 Rhenier Kloppers
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    ]
}