Hablush Automatic Flash Acceptance

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

Hablush Automatic Flash Acceptanceとは何ですか?

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

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

screenshot

Hablush Automatic Flash Acceptance拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension will automatically set Flash permissions to 'allow' for the Hablush website.                    

拡張機能の基本情報

名前 Hablush Automatic Flash Acceptance Hablush Automatic Flash Acceptance
ID kkclfmikbdhngfpppefnicilkfjdcoig
公式URL https://chromewebstore.google.com/detail/hablush-automatic-flash-a/kkclfmikbdhngfpppefnicilkfjdcoig
説明 Automatically allows Flash player to run, rather than ask for permission each time.
ファイルサイズ 255 KB
インストール数 160
現在のバージョン 1.0.3
最終更新日 2019-03-06
公開日 2019-03-05
評価 3.00/5 合計 2 レビュー
開発者 Hablush
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hablush Automatic Flash Acceptance",
    "version": "1.0.3",
    "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"
    }
}