Scrollizy - Facebook Optimizer
Makes Facebook smoother, no longer lagging
Wat is Scrollizy - Facebook Optimizer?
Scrollizy - Facebook Optimizer is een Chrome-extensie ontwikkeld door https://vanx.vn, en de belangrijkste functie is "Makes Facebook smoother, no longer lagging".
Extensie Screenshots
Download het CRX-bestand van de extensie Scrollizy - Facebook Optimizer
Download Scrollizy - Facebook Optimizer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
*NEW: Support for the new version of Facebook. Makes Facebook smoother, no longer lagging. The page scroll is almost unlimited. If you like this add-on, please rate 5 stars to support the developer.
Basisinformatie over de Extensie
Naam | Scrollizy - Facebook Optimizer |
ID | lnmpfngofkohjhmgpnjmcmkgkgjajdii |
Officiële URL | https://chromewebstore.google.com/detail/scrollizy-facebook-optimi/lnmpfngofkohjhmgpnjmcmkgkgjajdii |
Beschrijving | Makes Facebook smoother, no longer lagging |
Bestandsgrootte | 11.36 KB |
Aantal Installaties | 1,458 |
Huidige Versie | 1.6.0 |
Laatst Bijgewerkt | 2020-08-25 |
Publicatiedatum | 2019-12-28 |
Beoordeling | 4.96/5 Totaal 47 Beoordelingen |
Ontwikkelaar | https://vanx.vn |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://scrollizy.github.io/ |
URL van de Privacybeleid Pagina | https://www.vanx.vn/en/privacy-policy |
Ondersteunde Talen | en,vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "short_name": "Scrollizy", "version": "1.6.0", "manifest_version": 2, "description": "__MSG_ext_description__", "homepage_url": "https:\/\/scrollizy.github.io", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "Scrollizy" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "css": [ "src\/css\/stylesheet.css" ], "js": [ "src\/inject\/inject.js" ], "run_at": "document_end" } ], "default_locale": "en" } |