Do a barrel roll !

This extension gonna make u spin

Wat is Do a barrel roll !?

Do a barrel roll ! is een Chrome-extensie ontwikkeld door https://giroux-kevin.fr, en de belangrijkste functie is "This extension gonna make u spin".

Download het CRX-bestand van de extensie Do a barrel roll !

Download Do a barrel roll !-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

                        Ever wanted to make spin a webpage ? Now u can.                    

Basisinformatie over de Extensie

Naam Do a barrel roll ! Do a barrel roll !
ID dllhciipngnohldkbodngekegcdagbkc
Officiële URL https://chromewebstore.google.com/detail/do-a-barrel-roll/dllhciipngnohldkbodngekegcdagbkc
Beschrijving This extension gonna make u spin
Bestandsgrootte 64.06 KB
Aantal Installaties 1,492
Huidige Versie 1.0
Laatst Bijgewerkt 2016-05-11
Publicatiedatum 2016-05-11
Beoordeling 3.50/5 Totaal 4 Beoordelingen
Ontwikkelaar https://giroux-kevin.fr
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Do a barrel roll !",
    "description": "This extension gonna make u spin",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Click here!"
    },
    "background": {
        "scripts": [
            "thirdParty\/jquery-2.2.0.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "*:\/\/*\/*"
    ]
}