Do a barrel roll !
This extension gonna make u spin
What is Do a barrel roll !?
Do a barrel roll ! is a Chrome extension developed by https://giroux-kevin.fr, and its main feature is "This extension gonna make u spin".
Download Do a barrel roll ! Extension CRX File
Download Do a barrel roll ! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Ever wanted to make spin a webpage ? Now u can.
Extension Basic Information
Name | Do a barrel roll ! |
ID | dllhciipngnohldkbodngekegcdagbkc |
Official URL | https://chromewebstore.google.com/detail/do-a-barrel-roll/dllhciipngnohldkbodngekegcdagbkc |
Description | This extension gonna make u spin |
File Size | 64.06 KB |
Installation Count | 1,492 |
Current Version | 1.0 |
Last Updated | 2016-05-11 |
Publish Date | 2016-05-11 |
Rating | 3.50/5 Total 4 Ratings |
Developer | https://giroux-kevin.fr |
[email protected] | |
Payment Type | free |
Supported Languages | 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", "*:\/\/*\/*" ] } |