minimal

A minimal, less attention grabbing, internet experience.

ما هو minimal؟

minimal هو إضافة Chrome تم تطويرها بواسطة AUPYA، والميزة الرئيسية لها هي "A minimal, less attention grabbing, internet experience.".

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

screenshot

تحميل ملف CRX للإضافة minimal

قم بتنزيل ملفات الامتداد minimal بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        ! EXPERIMENTAL ! This extension is in beta for chromium based browsers and so, might not work properly. You can help by reporting issues here: https://gitlab.com/aupya/minimal/issues

Minimal is a browser extension to experience a minimal, less attention grabbing internet experience. Internet should be a tool, not a trap.

Minimal is driven by core values:

- The user must actively make choices by themselves.
- A user should easily find the content they are searching for on a page, not the content a platform wants them to see.
- A service provider can convince the user to use their platform, but only through their services' inner quality.

This extension is being developed for the greater good, its an open source project, you can check the code and contribute here: https://gitlab.com/aupya/minimal.

Some details to know:
 - All product and company names are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.

 - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

 - Minimal is fully transparent about what it does once installed, being open source and well documented. Minimal has no effect on the website themselves, minimal is an add-on that allows you to customize your experience while browsing on the internet.

 - Minimal does not collect any data.
 
 - Your browser will require you to add permissions for minimal to access any website. Those permissions are necessary for minimal to be able to add the stylesheets and the scripts needed for its functioning. If this requirement frighten you, it's a good thing, you should not accept to give permissions that easily. In the case of Minimal, you should know that it is an open-source add-on, everyone is free and invited to check its source code.


If you encounter any problem while using minimal, please create a new issue https://gitlab.com/aupya/minimal/issues.

If you spot something that you think minimal should act upon on a common website let us know by  creating a ticket here https://gitlab.com/aupya/minimal/issues.                    

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

الاسم minimal minimal
ID ekcdobhfchooihahjgcalnhmppadiomh
عنوان URL الرسمي https://chromewebstore.google.com/detail/minimal/ekcdobhfchooihahjgcalnhmppadiomh
الوصف A minimal, less attention grabbing, internet experience.
حجم الملف 52.44 KB
عدد التثبيتات 1,570
النسخة الحالية 1.0.3
آخر تحديث 2023-03-23
تاريخ النشر 2020-07-03
تقييم 4.86/5 مجموع تقييمات 22
المطور AUPYA
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://minimal.aupya.org
عنوان صفحة المساعدة https://gitlab.com/aupya/minimal/issues
اللغات المدعومة de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "minimal",
    "version": "1.0.3",
    "default_locale": "en",
    "description": "__MSG_addonDescription__",
    "icons": {
        "48": "icons\/icon.png",
        "96": "icons\/[email protected]",
        "128": "icons\/icon128.png",
        "192": "icons\/[email protected]"
    },
    "developer": {
        "name": "AUPYA",
        "url": "https:\/\/minimal.aupya.org"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "permissions": [
        "",
        "storage",
        "tabs"
    ],
    "page_action": {
        "browser_style": true,
        "default_icon": "icons\/pageAction.png",
        "default_title": "__MSG_pageActionDefaultTitle__",
        "default_popup": "pages\/badgePopup.html"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{80699c7e-6ff6-440b-9ab4-dd6337651e9d}"
        }
    }
}