Scrollizy - Facebook Optimizer
Makes Facebook smoother, no longer lagging
Apa itu Scrollizy - Facebook Optimizer?
Scrollizy - Facebook Optimizer adalah ekstensi Chrome yang dikembangkan oleh https://vanx.vn, dan fitur utamanya adalah "Makes Facebook smoother, no longer lagging".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Scrollizy - Facebook Optimizer
Unduh file ekstensi Scrollizy - Facebook Optimizer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
*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. Informasi Dasar Ekstensi
| Nama | |
| ID | lnmpfngofkohjhmgpnjmcmkgkgjajdii |
| URL Resmi | https://chromewebstore.google.com/detail/scrollizy-facebook-optimi/lnmpfngofkohjhmgpnjmcmkgkgjajdii |
| Deskripsi | Makes Facebook smoother, no longer lagging |
| Ukuran File | 11.36 KB |
| Jumlah Instalasi | 1,458 |
| Versi Saat Ini | 1.6.0 |
| Terakhir Diperbarui | 2020-08-25 |
| Tanggal Publikasi | 2019-12-28 |
| Penilaian | 4.96/5 Total 47 Penilaian |
| Pengembang | https://vanx.vn |
| [email protected] | |
| Tipe Pembayaran | free |
| Situs Ekstensi | http://scrollizy.github.io/ |
| URL Halaman Kebijakan Privasi | https://www.vanx.vn/en/privacy-policy |
| Bahasa yang Didukung | 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"
} | |