Scroll unlocker
This extension bringing ability to scroll content on those websites which scroll func is blocked by paywalls or something similar
Qu'est-ce que Scroll unlocker ?
Scroll unlocker est une extension Chrome développée par Alexey Cherdantsev, et sa fonction principale est "This extension bringing ability to scroll content on those websites which scroll func is blocked by paywalls or something similar".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Scroll unlocker
Téléchargez les fichiers d'extension Scroll unlocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension bringing ability to scroll content on those websites which scroll function is blocked by paywalls or something similar
Informations de Base sur l'Extension
Nom | Scroll unlocker |
ID | ifjbfjemboancgpjempjffkjjplimebi |
URL Officiel | https://chromewebstore.google.com/detail/scroll-unlocker/ifjbfjemboancgpjempjffkjjplimebi |
Description | This extension bringing ability to scroll content on those websites which scroll func is blocked by paywalls or something similar |
Taille du Fichier | 12.26 KB |
Nombre d'Installations | 171 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2023-04-18 |
Date de Publication | 2020-06-27 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Alexey Cherdantsev |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Scroll unlocker", "description": "This extension bringing ability to scroll content on those websites which scroll func is blocked by paywalls or something similar", "version": "1.0.2", "default_locale": "en", "author": "Alexey Cherdantsev. [email protected]", "background": { "service_worker": "scroll_unlock.js" }, "action": { "default_icon": "128.png" }, "permissions": [ "activeTab", "scripting" ], "icons": { "128": "128.png" } } |