Par : Maksim Arsenius
Inspect and view changes in Auto-Scroll Page source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Auto-Scroll Page",
"version": "1.0",
"description": "Enables and disables automatic page scrolling.",
"browser_action": {
"default_icon": {
"64": "icon64.png",
"128": "icon128.png"
},
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"tabs"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{0730aa00-47ef-46a4-88ef-08002fdb3433}",
"strict_min_version": "109.0"
}
},
"icons": {
"64": "icon64.png",
"128": "icon128.png"
}
} Meilleures alternatives Auto-Scroll Page
Voici quelques Firefox add-ons qui sont similaires à Auto-Scroll Page :