Do a barrel roll !

This extension gonna make u spin

什么是Do a barrel roll !?

Do a barrel roll !是由https://giroux-kevin.fr开发的Chrome扩展程序,该扩展的主要功能是“This extension gonna make u spin”。

下载Do a barrel roll !扩展crx文件

下载Do a barrel roll !扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Do a barrel roll ! Do a barrel roll !
ID dllhciipngnohldkbodngekegcdagbkc
官方URL https://chromewebstore.google.com/detail/do-a-barrel-roll/dllhciipngnohldkbodngekegcdagbkc
简介 This extension gonna make u spin
文件大小 64.06 KB
安装次数 1,492
当前版本 1.0
更新时间 2016-05-11
上架时间 2016-05-11
评分 3.50/5 共4次评分
开发者 https://giroux-kevin.fr
电子邮箱 [email protected]
付费类型 free
支持的语言 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",
        "*:\/\/*\/*"
    ]
}