Facebook Maximum Scroll
Prevent Facebook from scrolling
What is Facebook Maximum Scroll?
Facebook Maximum Scroll is a Chrome extension developed by benmeiri84, and its main feature is "Prevent Facebook from scrolling".
Download Facebook Maximum Scroll Extension CRX File
Download Facebook Maximum Scroll 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
Prevent Facebook from scrolling
Extension Basic Information
Name | ![]() |
ID | cidfhlbngdmcmiifnmgeaikmlbkceijd |
Official URL | https://chrome.google.com/webstore/detail/facebook-maximum-scroll/cidfhlbngdmcmiifnmgeaikmlbkceijd |
Description | Prevent Facebook from scrolling |
File Size | 41.11 KB |
Installation Count | 17 |
Current Version | 0.1 |
Last Updated | 2014-07-10 |
Publish Date | 2014-07-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | benmeiri84 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Facebook Maximum Scroll", "permissions": [ "storage" ], "version": "0.1", "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*" ], "js": [ "jquery-1.11.1.min.js", "content.js" ] } ] } |