Autonomous Angries

When click the angry react button the icon comes alive.

Autonomous Angriesคืออะไร?

Autonomous Angries เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Procrastinating Student และคุณลักษณะหลักของมันคือ "When click the angry react button the icon comes alive."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Autonomous Angries

ดาวน์โหลดไฟล์ส่วนขยาย Autonomous Angries ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}