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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } |