Pocket Counter

Shows number of items in the Pocket's My List.

What is Pocket Counter?

Pocket Counter is a Chrome extension developed by vitdotonline, and its main feature is "Shows number of items in the Pocket's My List.".

Download Pocket Counter Extension CRX File

Download Pocket Counter 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

                                            

Extension Basic Information

Name Pocket Counter Pocket Counter
ID cfninoieaamoeblheicgbpambhoadgmj
Official URL https://chromewebstore.google.com/detail/pocket-counter/cfninoieaamoeblheicgbpambhoadgmj
Description Shows number of items in the Pocket's My List.
File Size 7.63 KB
Installation Count 43
Current Version 1
Last Updated 2016-05-03
Publish Date 2016-05-03
Rating 3.67/5 Total 3 Ratings
Developer vitdotonline
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pocket Counter",
    "description": "Shows number of items in the Pocket's My List.",
    "version": "1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Show Counter",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/getpocket.com\/"
    ],
    "web_accessible_resources": [
        "auth.html"
    ],
    "manifest_version": 2
}