Flah - flash enabler
Enables Flash automatically
什麼是Flah - flash enabler?
Flah - flash enabler是由zer0開發的Chrome擴展程式,該擴展的主要功能是“Enables Flash automatically”。
擴展截圖
下載Flah - flash enabler擴展crx文件
下載Flah - flash enabler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension will automatically enable Flash Player on any website you want. You dont have to press 'Allow' every session anymore! Just add your favourite website to the list and "Flah" will enable Flash on its own.
擴展基本資訊
名稱 | Flah - flash enabler |
ID | odoiohbbplgpbkfinacjpmcfpgfinljb |
官方網址 | https://chromewebstore.google.com/detail/flah-flash-enabler/odoiohbbplgpbkfinacjpmcfpgfinljb |
簡介 | Enables Flash automatically |
檔案大小 | 115 KB |
安裝次數 | 4,456 |
目前版本 | 1.1 |
更新時間 | 2020-02-23 |
上架時間 | 2020-02-23 |
評分 | 3.00/5 共 7 次評分 |
開發者 | zer0 |
付費類型 | free |
支援的語言 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.1", "manifest_version": 2, "description": "__MSG_extDesc__", "default_locale": "en", "permissions": [ "storage", "tabs", "contentSettings" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |