Autonomous Angries

When click the angry react button the icon comes alive.

Autonomous Angries란 무엇입니까?

Autonomous Angries은(는) Procrastinating Student에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "When click the angry react button the icon comes alive."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Need more angry in your life? This is the extension for you.

Reacting angrily to a facebook post or comment makes your angry react emoji come to life. If you change the reaction it goes away.

Edit: from now on the emoji size will be proportional the number of angry reacts                    

확장 프로그램 기본 정보

이름 Autonomous Angries Autonomous Angries
ID ladoannjbdnikmpnicbfmclepnamdmcm
공식 URL https://chromewebstore.google.com/detail/autonomous-angries/ladoannjbdnikmpnicbfmclepnamdmcm
설명 When click the angry react button the icon comes alive.
파일 크기 75.02 KB
설치 횟수 173
현재 버전 1.0.2
최근 업데이트 2018-01-09
출시 날짜 2018-01-08
평점 4.75/5 총 4 개의 평점
개발자 Procrastinating Student
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Autonomous Angries",
    "description": "When click the angry react button the icon comes alive.",
    "version": "1.0.2",
    "permissions": [
        "https:\/\/www.facebook.com\/*",
        "http:\/\/www.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "third-party\/jquery-1.12.0.min.js",
                "myscript.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/emoji-19.png",
            "38": "images\/emoji-38.png"
        }
    },
    "manifest_version": 2
}