Pull Up Flash
Click to open flash content on web pages in Flash Player
Pull Up Flashとは何ですか?
Pull Up Flashはjamesによって開発されたChromeの拡張機能で、その主な機能は「Click to open flash content on web pages in Flash Player」です。
拡張機能のスクリーンショット
Pull Up Flash拡張機能のCRXファイルをダウンロード
Pull Up Flash拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Note: The Pull Up Flash extension will not work unless you also have Pull Up Flash installed on your computer. Please visit https://pullupflash.com for instructions on how to install Pull Up Flash. Pull Up Flash lets you run flash games and movies you come across online in 2021 and beyond. The Flash Player web plugin is no longer supported, but Flash player for desktop is still distributed by Adobe. Pull Up Flash allows you to easily run Flash content by replacing it on web pages with a button you can click to open the game or movie in Flash Player for desktop. By installing this extension, flash content on the web will be replaced by a button that you can click to open that content in Flash Player.
拡張機能の基本情報
名前 | Pull Up Flash |
ID | fbhapfcojegildkbfcidlnknbamgibkl |
公式URL | https://chromewebstore.google.com/detail/pull-up-flash/fbhapfcojegildkbfcidlnknbamgibkl |
説明 | Click to open flash content on web pages in Flash Player |
ファイルサイズ | 9.97 KB |
インストール数 | 5,567 |
現在のバージョン | 1.0.0 |
最終更新日 | 2021-07-14 |
公開日 | 2021-07-12 |
評価 | 3.20/5 合計 5 レビュー |
開発者 | james |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://pullupflash.com |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pull Up Flash", "version": "1.0.0", "manifest_version": 2, "description": "Click to open flash content on web pages in Flash Player", "homepage_url": "https:\/\/pullupflash.com", "browser_action": { "default_title": "Pull Up Flash" }, "permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*\/*" ], "css": [ "content.css" ] } ], "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "icon16.png", "48": "icon32.png", "138": "icon128.png" } } |