George's Flash Acceptance

Automatically allows Flash player to run, rather than ask for permission each time.

George's Flash Acceptanceとは何ですか?

George's Flash AcceptanceはGeorgeによって開発されたChromeの拡張機能で、その主な機能は「Automatically allows Flash player to run, rather than ask for permission each time.」です。

拡張機能のスクリーンショット

screenshot

George's Flash Acceptance拡張機能のCRXファイルをダウンロード

George's Flash Acceptance拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Automatically allow flash to run on any retro utilizing https:// (Most of you should be doing this anyway)
I didn't create this, It was originally made for boon but I just thought it would be handy to edit it slightly to just allow flash on any website
Gets a bit annoying always having to do it                    

拡張機能の基本情報

名前 George's Flash Acceptance George's Flash Acceptance
ID gllncdbacckmbejfnhkolkdlgbdfmkkl
公式URL https://chrome.google.com/webstore/detail/georges-flash-acceptance/gllncdbacckmbejfnhkolkdlgbdfmkkl
説明 Automatically allows Flash player to run, rather than ask for permission each time.
ファイルサイズ 33.32 KB
インストール数 314
現在のバージョン 6.9.6.99
最終更新日 2019-03-08
公開日 2019-03-08
評価 4.00/5 合計 4 レビュー
開発者 George
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "George's Flash Acceptance",
    "version": "6.9.6.99",
    "description": "Automatically allows Flash player to run, rather than ask for permission each time.",
    "permissions": [
        "contentSettings"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "icons": {
        "512": "images\/icon-512x512.png",
        "384": "images\/icon-384x384.png",
        "192": "images\/icon-192x192.png",
        "152": "images\/icon-152x152.png",
        "144": "images\/icon-144x144.png",
        "128": "images\/icon-128x128.png",
        "96": "images\/icon-96x96.png",
        "72": "images\/icon-72x72.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-96x96.png"
    }
}