Conscious (Hide news feed / FB visit counter)

Hides the news feed and/or displays how many times you've visited Facebook today. Stay conscious.

什麼是Conscious (Hide news feed / FB visit counter)?

Conscious (Hide news feed / FB visit counter)是由Axel Chalon開發的Chrome擴展程式,該擴展的主要功能是“Hides the news feed and/or displays how many times you've visited Facebook today. Stay conscious.”。

擴展截圖

screenshot
screenshot
screenshot

下載Conscious (Hide news feed / FB visit counter)擴展crx文件

下載Conscious (Hide news feed / FB visit counter)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Prevents you from wasting time on Facebook.

"Conscious" makes you more aware of each time you visit Facebook mechanically, without really thinking about it.

Get rid of that habit, save some time and do meaningful things instead!

-- 

Privacy information (as per Chrome Web Store's data policy):

All of the data is stored locally, on your browser(s).
We do not store personal information.
We do not collect your data.
We do not send any data over the Internet.                    

擴展基本資訊

名稱 Conscious (Hide news feed / FB visit counter) Conscious (Hide news feed / FB visit counter)
ID pkhdbkadnfekllhbgamdmjmgmhikihng
官方網址 https://chromewebstore.google.com/detail/conscious-hide-news-feed/pkhdbkadnfekllhbgamdmjmgmhikihng
簡介 Hides the news feed and/or displays how many times you've visited Facebook today. Stay conscious.
檔案大小 138 KB
安裝次數 31
目前版本 2.0.4
更新時間 2016-09-14
上架時間 2016-09-14
評分 3.67/5 共 3 次評分
開發者 Axel Chalon
付費類型 free
支援的語言 en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Hides the news feed and\/or displays how many times you've visited Facebook today. Stay conscious.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhFK6KQKOP8gBsRexCCCJTvcvETP1ZpUBh\/rklZw1Cg7xl8MRTh2vSV+3FrjBjed\/nUzM0j0z9J9hOsTfazedIj2r9v+N3JwnBBlbPKmSG9EDulZwngLtm8q7d\/vKWoz35dz\/xpQSHQCsHIuJSv\/RxEYQnPI7GydmDKZMklN9sSOWlZmHkIZoAnBeobm+1ZISFZUaYWH+mZ5knOiIfPEJgapD00OwCnK3vEg3LXIfUpKHIi050jNWRFC13rwGPYsMaOI9UhLbTdUjQrrSmdYIVyRb\/7Omui7EQLIY+m6st1xVbzJCHutognCeGAVG1TqVtwjmLL5KELjl7vdxs000iwIDAQAB",
    "manifest_version": 2,
    "name": "Conscious (Hide news feed \/ FB visit counter)",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "short_name": "Conscious",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.4"
}