Content Guard - Hide Distractions on Websites

Hide Distractions On Any Website

ما هو Content Guard - Hide Distractions on Websites؟

Content Guard - Hide Distractions on Websites هو إضافة Chrome تم تطويرها بواسطة quiklist، والميزة الرئيسية لها هي "Hide Distractions On Any Website".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Content Guard - Hide Distractions on Websites

قم بتنزيل ملفات الامتداد Content Guard - Hide Distractions on Websites بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        ****HOW TO USE**** 
1. Open a preferred website or social media network*
2. Click the Content Guard chrome extension icon
3. Enter the word or phrase you want blocked and press the ‘+’ sign
    |---> You can also highlight a word or phrase with your mouse, right click on it and press ‘block content’
4. Click one of the 3 options: Blur, Hide or Block 

To hide a word/phrase and any other content that accompanies it i.e. you want to hide every YouTube thumbnail that has a certain word in its title
1. Click on the gear icon beside the added word
2. Hover your mouse over one of the numbers (levels), a green highlight will identify which content you’re focused on
3. Press on the ‘up’ arrow to expand the selection of the content you want hidden
4. Click one of the 3 options: Blur, Hide or Block 

💥 Watch the tutorial below: 
https://www.youtube.com/watch?v=P2uNWoa_8sM 

****ABOUT ****
Our screens have become an obstacle not only to deep work, but our happiness too. A desire to change isn't always enough. We need tools to help in the fight for our attention.

Content Guard is a tool that helps reduce mental stress, end internet addiction and put a stop to procrastination, by giving you the ability to hide distracting and inappropriate content, as you surf the web and scroll through social media. 

****WHO IS IT FOR?****

👉🏼 Students who need to study and easily take breaks without being distracted by videos/memes/newsfeeds
👉🏼 Internet addicts who need to reduce hours spent online and block addictive and time consuming content
👉🏼 Parents that want to protect their children from inappropriate content online while they learn to surf the web
👉🏼 Daily internet users that are tired of seeing racial/political/religious debates in discussion forums, newsfeeds and comment sections
👉🏼 Professionals looking to increase their productivity and efficiency

****CONTACT US****
Website: www.contentguard.xyz
Email: [email protected] 

Upcoming updates: building mobile friendly version as of September 2020

Please note that this extension is a free trial (no credit card needed).                    

معلومات أساسية عن التمديد

الاسم Content Guard - Hide Distractions on Websites Content Guard - Hide Distractions on Websites
ID iphhpifdoolphjlbipfpclhafknkfmpl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/iphhpifdoolphjlbipfpclhafknkfmpl
الوصف Hide Distractions On Any Website
حجم الملف 1.57 MB
عدد التثبيتات 27
النسخة الحالية 0.0.17
آخر تحديث 2020-10-15
تاريخ النشر 2020-10-12
تقييم 4.00/5 مجموع تقييمات 4
المطور quiklist
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.contentguard.xyz
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "0.0.17",
    "description": "__MSG_description__",
    "icons": {
        "128": "content\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "__MSG_name__",
        "default_popup": "options\/options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "content\/inject.css"
            ],
            "js": [
                "scripts\/jquery-3.3.1.js",
                "scripts\/custom-events.js",
                "scripts\/templates.js",
                "scripts\/dynamic-ui.js",
                "content_scripts\/content_start.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_scripts\/content_end.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "content\/*.*",
        "webfonts\/*.*",
        "scripts\/*.*",
        "inject_scripts\/*.*"
    ],
    "options_page": "options\/options.html",
    "default_locale": "en",
    "manifest_version": 2
}