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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον friskysaga, και η κύρια λειτουργία του είναι "Temporarily overlays a random number of "This is Fine" memes of random sizes at random locations on the current page for pure chaos".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης This Is Fine
Λήψη αρχείων επέκτασης This Is Fine σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" ] } |