proVision: popup removal tool

Community driven GDPR cookie consent and other popups removal tool.

ما هو proVision: popup removal tool؟

proVision: popup removal tool هو إضافة Chrome تم تطويرها بواسطة https://axelproductions86.com، والميزة الرئيسية لها هي "Community driven GDPR cookie consent and other popups removal tool.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة proVision: popup removal tool

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

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

                        The General Data Protection Regulation (GDPR) is the toughest privacy and security law in the world. Though it was drafted and passed by the European Union, it imposes obligations onto organizations anywhere, so long as they target or collect data related to people in the EU. The regulation was put into effect on May 25, 2018.

Since then, web is being flooded with annoying and obtrusive cookie consent bars or pop-ups requiring user interaction, narrowing browser's viewport or covering page content. We have an idea to build a community and together deal with this and other popups like push notifications, subscribe prompts or turn-off-your-ad-blocker messages once and for all. There has not yet been a solution like this!


HOW DOES IT WORK?

1. We are testing and improving our auto-recognization algorithm consisting of a set of so called "common rules", textual analysis and other features in order to locate and hide the unwanted content. This works for majority of websites, however in some cases it is practically impossible to find and hide the right element automatically. That's why:

2. We are building community responsible for provision and update of page-specific rules. You can report any unwanted popups or elements that are not hidden by automatic features directly in extension's window and developers will take care of your feedback. You can also visit our page-specific rule editor (https://www.axelproductions86.com/provision-rule-editor) and define rules for any specific website by yourself. After approval those rules will be synced with client extensions.


IS IT FREE?

Yes, core concept and basic functionality is and always will be free. However, there should be some reward system for active contributing users. We are planning some additional unlockable features that could be alternatively unlocked with few bucks. Details are being discussed.


HELP US AND JOIN THE COMMUNITY!

Support the community and give us your feedback by clicking the yellow button with ! sign in extension window and report websites where cookie conset bar/pop-up is not disappearing or another issues you see. Also, join us on facebook and let us know what you think.

www.axelproductions86.com
www.axelproductions86.com/provision-rule-editor
www.facebook.com/axelproductions86                    

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

الاسم proVision: popup removal tool proVision: popup removal tool
ID napdgmfnfbebjgahggnalabkkfaajldf
عنوان URL الرسمي https://chromewebstore.google.com/detail/provision-popup-removal-t/napdgmfnfbebjgahggnalabkkfaajldf
الوصف Community driven GDPR cookie consent and other popups removal tool.
حجم الملف 327 KB
عدد التثبيتات 43
النسخة الحالية 0.3.3
آخر تحديث 2021-10-17
تاريخ النشر 2021-03-17
تقييم 5.00/5 مجموع تقييمات 2
المطور https://axelproductions86.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.axelproductions86.com
عنوان صفحة المساعدة https://www.facebook.com/axelproductions86
اللغات المدعومة en,sk,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDesc__",
    "version": "0.3.3",
    "default_locale": "en",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "tabs",
        "identity"
    ],
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    },
    "background": {
        "scripts": [
            "consts.js",
            "api.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "consts.js",
                "selectors.js",
                "scanner.js",
                "miniwidget.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "css\/miniwidget.css",
        "miniwidget.html",
        "assets\/img\/*.*",
        "assets\/fonts\/*.ttf"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_appName__"
    },
    "oauth2": {
        "client_id": "457312517099-90qhv4vtncd8cmpp95a2hmtheo4lad5f.apps.googleusercontent.com",
        "scopes": [
            "openid"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkPgYBSSR84zDKAqMWv1gfI8r5XM0CMyvJHNgMoILl4iqB8ICqCzVS5Fzb8FY8gKBOnTxZPsyNhX8cDoBrwVITU0gMoZj1vDki\/zsT3zctWBNaa6mrURquzuB6iW3ibOe9TIqEwNQkWjtPpeXzPCHNp2\/xDkbki8Yt8tTLNNVuyH3xMZSdGNvMuBkoCHqXi5oXidYahpzILdmBIjz7Kp+0ly0rF0VuO5tg4Y9BNwlZZTK4ev6\/9eUX4sYyaVDc+GqQQDl41vFmzInKLzqTOEXbVr7bscZySloDZA0YLWCnfIBhI\/W3JbO65GpWZnN2Ok+awAMpFqrhdXGqw9lVycyKwIDAQAB"
}