CJs Auto Refresh

Auto refresh the page for CJ because CJ is awesome!

What is CJs Auto Refresh?

CJs Auto Refresh is a Chrome extension developed by nextstate, and its main feature is "Auto refresh the page for CJ because CJ is awesome!".

Extension Screenshots

screenshot

Download CJs Auto Refresh Extension CRX File

Download CJs Auto Refresh extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Auto refresh one or more tabs by clicking the extension's icon and selecting Auto Refresh in the context menu. Change the refresh interval via the Options menu item in the context menu.

When the refresh interval is changed, all tabs that have the Auto Refreshed already checked are refreshed and the new interval is set. Checking Auto Refresh on a different tab will use the new interval.                    

Extension Basic Information

Name CJs Auto Refresh CJs Auto Refresh
ID gfgbegjbililmnkakfmpdhndnccpjnlf
Official URL https://chromewebstore.google.com/detail/cjs-auto-refresh/gfgbegjbililmnkakfmpdhndnccpjnlf
Description Auto refresh the page for CJ because CJ is awesome!
File Size 12.74 KB
Installation Count 118
Current Version 1.0.1
Last Updated 2019-03-24
Publish Date 2019-03-23
Rating 5.00/5 Total 1 Ratings
Developer nextstate
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CJs Auto Refresh",
    "short_name": "CJs Refresh",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Auto refresh the page for CJ because CJ is awesome!",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "128": "icon128.png"
    }
}