SelfScroll

This extension allow to automatically scroll the page. Suitable for monitors and kiosks.

Qu'est-ce que SelfScroll ?

SelfScroll est une extension Chrome développée par https://zerobug.it, et sa fonction principale est "This extension allow to automatically scroll the page. Suitable for monitors and kiosks.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension SelfScroll

Téléchargez les fichiers d'extension SelfScroll 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 allow to automatically scroll the page. Suitable for monitors and kiosks.

Buy me a coffe :D

Litecoin: MC8PtUhSL2iJCx5GWrisPZPpgiFE56ejyc
Paypal: https://www.paypal.me/ZeroBug                    

Informations de Base sur l'Extension

Nom SelfScroll SelfScroll
ID lofkbkbhpmeihoaogggfbhmjdekjihlf
URL Officiel https://chromewebstore.google.com/detail/selfscroll/lofkbkbhpmeihoaogggfbhmjdekjihlf
Description This extension allow to automatically scroll the page. Suitable for monitors and kiosks.
Taille du Fichier 132 KB
Nombre d'Installations 1,476
Version Actuelle 1.4
Dernière Mise à Jour 2018-11-13
Date de Publication 2018-11-13
Évaluation 4.40/5 Total 5 Évaluations
Développeur https://zerobug.it
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://zerobug.it/
Langues Prises en Charge en,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SelfScroll",
    "version": "1.4",
    "description": "This extension allow to automatically scroll the page. Suitable for monitors and kiosks.",
    "default_locale": "en",
    "icons": {
        "16": ".\/icons\/selfscroll_16.png",
        "48": ".\/icons\/selfscroll_48.png",
        "128": ".\/icons\/selfscroll_128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "selfscroll_script.js"
            ]
        }
    ],
    "options_ui": {
        "page": "selfscroll_options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "selfscroll_background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": ".\/icons\/selfscroll.png",
        "default_title": "SelfScroll"
    },
    "manifest_version": 2
}