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.」です。
拡張機能のスクリーンショット
Autonomous Angries拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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 } |