Rotate

This extensions messes with your head

Wat is Rotate?

Rotate is een Chrome-extensie ontwikkeld door mtsquire, en de belangrijkste functie is "This extensions messes with your head".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Rotate

Download Rotate-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

                        Mess with your co-workers. Install this plugin to rotate every page by .5 degrees :).                    

Basisinformatie over de Extensie

Naam Rotate Rotate
ID kgemaifmnoknnfbecnjdimmjpjhaioec
Officiële URL https://chrome.google.com/webstore/detail/rotate/kgemaifmnoknnfbecnjdimmjpjhaioec
Beschrijving This extensions messes with your head
Bestandsgrootte 4.2 KB
Aantal Installaties 56
Huidige Versie 1.1
Laatst Bijgewerkt 2015-11-04
Publicatiedatum 2015-11-04
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar mtsquire
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rotate",
    "description": "This extensions messes with your head",
    "version": "1.1",
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "yourcss.css"
            ]
        }
    ]
}