CSS Pranks

Inject random CSS within a page, that slightly messes up page design.

Wat is CSS Pranks?

CSS Pranks is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Inject random CSS within a page, that slightly messes up page design.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CSS Pranks

Download CSS Pranks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Injects one random extra CSS file into page, which then slightly mess up a page (rotating logo, changing fonts, etc).

Source code - "https://github.com/aivarsliepa/css-pranks-chrome-extension"

Inspired by "https://www.youtube.com/watch?v=04zfAyPD9Tk" (Tim Holman: CSS Pranks - Lightning Talk - JSConf.Asia 2018)

Icons made by "http://www.freepik.com" from "https://www.flaticon.com/"                    

Basisinformatie over de Extensie

Naam CSS Pranks CSS Pranks
ID nllhmikkapodcnaoohhojjojbpjppcli
Officiële URL https://chromewebstore.google.com/detail/css-pranks/nllhmikkapodcnaoohhojjojbpjppcli
Beschrijving Inject random CSS within a page, that slightly messes up page design.
Bestandsgrootte 16.99 KB
Aantal Installaties 708
Huidige Versie 1.0.0
Laatst Bijgewerkt 2018-05-27
Publicatiedatum 2018-05-27
Beoordeling 4.00/5 Totaal 6 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite https://github.com/aivarsliepa/css-pranks-chrome-extension
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CSS Pranks",
    "version": "1.0.0",
    "description": "Inject random CSS within a page, that slightly messes up page design.",
    "author": "Aivars Liepa",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "68": "icons\/icon_64.png",
        "128": "icons\/icon_128.png"
    },
    "web_accessible_resources": [
        "css\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ]
}