TV Series Counter

TV Series Counter

什麼是TV Series Counter?

TV Series Counter是由Ksenia Kaganer開發的Chrome擴展程式,該擴展的主要功能是“TV Series Counter”。

擴展截圖

下載TV Series Counter擴展crx文件

下載TV Series Counter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Click on 'Add Series' and fill all the relevant information for you.
After this you can easily keep track of your series.
By clicking on its name you will open your Series url or IMDB site by default.
With an auto priority chosen you will increase the series counter by one each time you go to your link or you can change this by changing the priority to manual and increase and decrease the counter by yourself.

I hope this Extension will be useful for you!
On any other subject please feel free to contact me via my portfolio website!
http://kseniakaganer.wix.com/kseniakaganer                    

擴展基本資訊

名稱 TV Series Counter TV Series Counter
ID jlbccnkbfaabcjdlnhmmggcioahpjofk
官方網址 https://chrome.google.com/webstore/detail/tv-series-counter/jlbccnkbfaabcjdlnhmmggcioahpjofk
簡介 TV Series Counter
檔案大小 1.14 MB
安裝次數 205
目前版本 4.2
更新時間 2015-11-14
上架時間 2015-11-14
評分 5.00/5 共 8 次評分
開發者 Ksenia Kaganer
付費類型 free
擴展官網 http://kseniakaganer.wix.com/kseniakaganer
說明頁面URL http://kseniakaganer.wix.com/kseniakaganer#!contact/cfvg
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TV Series Counter",
    "version": "4.2",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "TV Series Counter",
    "browser_action": {
        "default_icon": "icon2.png",
        "default_title": "TVs Counter",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "management",
        "tabs",
        "background",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}