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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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",
"*:\/\/*\/*"
]
} | |