Automated Flash Site Enabler (Lite)

Allow the configured flash enabled site(s) to launch by default in Chrome version 69 and above.

Automated Flash Site Enabler (Lite)คืออะไร?

Automated Flash Site Enabler (Lite) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.thebytestuff.com และคุณลักษณะหลักของมันคือ "Allow the configured flash enabled site(s) to launch by default in Chrome version 69 and above."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Automated Flash Site Enabler (Lite)

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

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

                        Note: As of October 2020, a Chrome update appears to be forcing the need to manually allow a site to run flash every time the browser is restarted.  If a work around can be found, a new version will be published.  In the near future, it is expected that Flash will be permanently blocked by Chrome given the sunset announcement.  

This extension allows one or two URLs to be configured to automatically allow flash to run without popups/user intervention.  

The URLs of game sites are defaulted and provided as an example of a format.  Different URLs should be entered in the format http://www.sitename.com/*

This is the "Lite" version of the extension and is free for use.  

A "Pro" version is available which allows configuration of more than two URLs and is available for a modest fee.  See the extension popup menu or options page for a link to "Pro".

If you like the "Lite" version and would like to make a donation that would be appreciated as well.  A donation may be made by using the Donate button on the options page.

Note: It has been reported that the extension does not work under Incognito mode even if the extension is properly enabled for Incognito.  At this point, be advised that this extension does not allow flash to be enabled under Incognito mode.  If an update is identified, a new version will be published.

Version Notes:
 v1.0.4.0
  - Updated default site list

 v1.0.3.0
  - Corrected problem where removed sites were still flash enabled

 v1.0.2.1 
  - updated site link on options page

If you encounter any problems using this extension or have suggestions for improvements please let me know.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Automated Flash Site Enabler (Lite) Automated Flash Site Enabler (Lite)
ID ioiijepglemgcpdkjjefkchhdcofebpl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/automated-flash-site-enab/ioiijepglemgcpdkjjefkchhdcofebpl
คำอธิบาย Allow the configured flash enabled site(s) to launch by default in Chrome version 69 and above.
ขนาดไฟล์ 399 KB
จำนวนการติดตั้ง 11,841
เวอร์ชันปัจจุบัน 1.0.4.0
อัปเดตครั้งล่าสุด 2020-11-19
วันที่เผยแพร่ 2020-03-30
คะแนน 2.79/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา https://www.thebytestuff.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.thebytestuff.com/?utm_source=autoflashlite&utm_medium=chromestore&utm_campaign=autoflashlite
URL หน้าช่วยเหลือ https://www.thebytestuff.com/flash-enabler-lite-documentation
URL หน้านโยบายความเป็นส่วนตัว https://www.thebytestuff.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "common.js",
            "background.js",
            "persistence.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/approved-640x640.png",
            "16": "images\/approved-640x640.png",
            "32": "images\/approved-640x640.png",
            "48": "images\/approved-640x640.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "Automated Flash Site Enabler (Lite)"
    },
    "description": "Allow the configured flash enabled site(s) to launch by default in Chrome version 69 and above.",
    "icons": {
        "128": "images\/approved-640x640.png",
        "16": "images\/approved-640x640.png",
        "32": "images\/approved-640x640.png",
        "48": "images\/approved-640x640.png"
    },
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgeppTN55qPr0HnUZIGKVxwGTLUa0apaQKyBOsEFMRnJcDpodkkYQDnyKf1VErNxFNlVnzKP7BASBlGna+UVfIafvtOMH170DOQvGASwG5OAY7EnVQL4+vm+Wc95yjUiUX3ldi4vT4uTVCC\/cJqXR7gpbkMmSgJ7F6wzKlD45uSga+8jMGE8iXxtPlgPcHr2nMKWz2Z74IG3bZJiYIr2R4LBjDg0MSVHXyFwl+smQsCizTYlF1HS4e2Fo5tHtOknnINj48Ydjez+PUmbc2T51oyiB+O7Tqpx1tF2OmRn8pf7AJUvwC+T6\/l6hL1iMozfgYHSl\/\/hpSDBBbXlCVu6jGQIDAQAB",
    "name": "Automated Flash Site Enabler (Lite)",
    "options_ui": {
        "open_in_tab": true,
        "page": "html\/options.html"
    },
    "permissions": [
        "contentSettings",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.4.0"
}