Syracuse Orange
Make Facebook Orange
What is Syracuse Orange?
Syracuse Orange is a Chrome extension developed by Unknown, and its main feature is "Make Facebook Orange".
Extension Screenshots
Download Syracuse Orange Extension CRX File
Download Syracuse Orange 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
This extension will convert Facebook into a Syracuse-Orange themed website!
Extension Basic Information
Name | Syracuse Orange |
ID | ccafaececajoopklpgaoipaikbmldchb |
Official URL | https://chromewebstore.google.com/detail/syracuse-orange/ccafaececajoopklpgaoipaikbmldchb |
Description | Make Facebook Orange |
File Size | 35.95 KB |
Installation Count | 22 |
Current Version | 0.2 |
Last Updated | 2018-03-23 |
Publish Date | 2018-03-23 |
Developer | Unknown |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Syracuse Orange", "version": "0.2", "description": "Make Facebook Orange", "background": { "scripts": [ "jquery.js", "background.js" ], "persistent": false }, "permissions": [ "storage", "unlimitedStorage", "activeTab" ], "browser_action": { "default_icon": { "32": "icon.png" } }, "web_accessible_resources": [ "icon.png" ], "manifest_version": 2 } |