This Is Fine
Temporarily overlays a random number of "This is Fine" memes of random sizes at random locations on the current page for pure chaos
This Is Fine란 무엇입니까?
This Is Fine은(는) friskysaga에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Temporarily overlays a random number of "This is Fine" memes of random sizes at random locations on the current page for pure chaos"입니다.
확장 프로그램 스크린샷
This Is Fine 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is fine? Is this really fine? Does the world feel like on fire to you? Okay, let's fix that. Download this extension. Click it. This is fine, right? But hold your breath and don't inhale the smoke. This. Is. Fine. -------------------------------------------- Features: - Right-click on extension and select "Options" to configure different modes. Default is "Chaos Mode". Note that all meme image overlays are temporary - Left-clicking on the extension will activate it. One of two "This is Fine" memes will be randomly chosen, and various effects will happen to your current page depending on the Extension Mode that you've configured - Chaos Mode will spam your screen with a random number of memes of various random sizes with random border styling on random spots of your current Chrome page for a random amount of time. And you can click it over, and over, and over again, and it'll ADD MORE AND MORE!!!!!! - Backdrop Mode will overlay your entire Chrome page with a meme PERMANENTLY, but you can just click on the extension icon again to remove it :) - Center Mode will fade in a meme at the center of your screen using the default size of the meme... and then fade out the meme... Nothing too fancy there -------------------------------------------- Permissions: - activeTab - This extension needs access to your current tab to add image elements overlaying the contents of the page - storage - This extension uses local and synchronized storage to store this extension's user-configurable options -------------------------------------------- Notes: * This extension cannot be used on URLs starting with "chrome://" * This extension cannot be used within the Chrome webstore
확장 프로그램 기본 정보
이름 | This Is Fine |
ID | mogcbljgnklmipdphlangejcnlacmidm |
공식 URL | https://chromewebstore.google.com/detail/this-is-fine/mogcbljgnklmipdphlangejcnlacmidm |
설명 | Temporarily overlays a random number of "This is Fine" memes of random sizes at random locations on the current page for pure chaos |
파일 크기 | 804 KB |
설치 횟수 | 98 |
현재 버전 | 1.4.1 |
최근 업데이트 | 2020-10-20 |
출시 날짜 | 2020-03-22 |
평점 | 4.25/5 총 4 개의 평점 |
개발자 | friskysaga |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.patreon.com/friskysaga |
도움말 페이지 URL | https://www.patreon.com/friskysaga |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "res\/this-is-fine-logo.png", "default_title": "This Is Fine!" }, "commands": { "_execute_browser_action": { "description": "Fades in a random number of \"This is Fine\" memes to overlay the page elements" } }, "content_security_policy": "script-src 'self' https:\/\/example.com; object-src 'self'", "description": "Temporarily overlays a random number of \"This is Fine\" memes of random sizes at random locations on the current page for pure chaos", "icons": { "16": "res\/this-is-fine-icon-16.png", "32": "res\/this-is-fine-icon-32.png", "48": "res\/this-is-fine-icon-48.png", "128": "res\/this-is-fine-icon-128.png" }, "manifest_version": 2, "name": "This Is Fine", "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "activeTab", "storage" ], "version": "1.4.1", "web_accessible_resources": [ "res\/this-is-fine-1.png", "res\/this-is-fine-2.png" ] } |