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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Axel Chalon และคุณลักษณะหลักของมันคือ "Hides the news feed and/or displays how many times you've visited Facebook today. Stay conscious."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Conscious (Hide news feed / FB visit counter)

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
}