Flipper
Make you page loads more interesting.
What is Flipper?
Flipper is a Chrome extension developed by Unknown, and its main feature is "Make you page loads more interesting.".
Extension Screenshots
Download Flipper Extension CRX File
Download Flipper 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
Make you page loads more interesting with this flip in page loader.
Extension Basic Information
Name | Flipper |
ID | lalfbopdcggfdchjfgkhgnifhippfnco |
Official URL | https://chromewebstore.google.com/detail/flipper/lalfbopdcggfdchjfgkhgnifhippfnco |
Description | Make you page loads more interesting. |
File Size | 23.96 KB |
Installation Count | 8,523 |
Current Version | 0.1 |
Last Updated | 2015-03-13 |
Publish Date | 2015-03-13 |
Rating | 2.71/5 Total 14 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1", "manifest_version": 2, "name": "Flipper", "description": "Make you page loads more interesting.", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "ext\/flipper.js", "ext\/helper.js" ] } ], "icons": { "16": "ext\/small16.png", "48": "ext\/medium48.png", "128": "ext\/large128.png" } } |