HabboUniversity Flash Enabler
Activa automáticamente el plugin Adobe Flash para HabboUniversity
什麼是HabboUniversity Flash Enabler?
HabboUniversity Flash Enabler是由https://habbouniversity.com開發的Chrome擴展程式,該擴展的主要功能是“Activa automáticamente el plugin Adobe Flash para HabboUniversity”。
擴展截圖
下載HabboUniversity Flash Enabler擴展crx文件
下載HabboUniversity Flash Enabler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Activa automáticamente el plugin Adobe Flash para HabboUniversity
Con esta extensión, olvídate de tener que estar dando permisos para activar Adobe Flash Player cada vez que entras a HabboUniversity. ¡Lo hace todo automáticamente! 擴展基本資訊
| 名稱 | |
| ID | bknchehbdcammbglphmfbobniefdjeha |
| 官方網址 | https://chromewebstore.google.com/detail/habbouniversity-flash-ena/bknchehbdcammbglphmfbobniefdjeha |
| 簡介 | Activa automáticamente el plugin Adobe Flash para HabboUniversity |
| 檔案大小 | 86.78 KB |
| 安裝次數 | 94 |
| 目前版本 | 1.0.3 |
| 更新時間 | 2020-04-21 |
| 上架時間 | 2020-04-20 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | https://habbouniversity.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://habbouniversity.com |
| 說明頁面URL | https://habbouniversity.com |
| 隱私政策頁面URL | https://habbouniversity.com/privacidad.php |
| 支援的語言 | es-419 |
| manifest.json | |
{
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "images\/icon-196.png",
"default_popup": "index.html",
"default_title": "HabboUniversity Flash Enabler"
},
"description": "Activa autom\u00e1ticamente el plugin Adobe Flash para HabboUniversity",
"homepage_url": "https:\/\/habbouniversity.com",
"icons": {
"128": "images\/icon-128.png",
"16": "images\/icon-16.png",
"196": "images\/icon-196.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png"
},
"manifest_version": 2,
"minimum_chrome_version": "69",
"name": "HabboUniversity Flash Enabler",
"permissions": [
"contentSettings"
],
"short_name": "HabboUniversityFlashEnabler",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.3"
} | |