f*ck overlays

adds a context menu to delete sign-up/sign-in overlays that prevent you from viewing a page

ما هو f*ck overlays؟

f*ck overlays هو إضافة Chrome تم تطويرها بواسطة mark.muego، والميزة الرئيسية لها هي "adds a context menu to delete sign-up/sign-in overlays that prevent you from viewing a page".

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

screenshot

تحميل ملف CRX للإضافة f*ck overlays

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

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

                        IMPORTANT:
F*ck overlays is a VERY light extension to give you an option to delete anything on a webpage whenever you want. F*ck overlays does not remember anything you have f*cked, so simply REFRESHING the page should cause the element to reappear.



Instructions:
Right click on an element you want to delete (usually overlays, but works with other things too).
In the context menu, click "f*ck it".

Sometimes you might need to f*ck multiple elements to get rid of an overlay. In the future, f*ck overlays may be expanded to support permanent deletion of elements.                    

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

الاسم f*ck overlays f*ck overlays
ID ppedokobpbdajgiejhnjfbdjlgobcpkp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/fck-overlays/ppedokobpbdajgiejhnjfbdjlgobcpkp
الوصف adds a context menu to delete sign-up/sign-in overlays that prevent you from viewing a page
حجم الملف 14.75 KB
عدد التثبيتات 100,000
النسخة الحالية 1.1.2
آخر تحديث 2016-02-22
تاريخ النشر 2016-02-22
تقييم 4.58/5 مجموع تقييمات 250
المطور mark.muego
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "f*ck overlays",
    "author": "Mark Muego",
    "description": "adds a context menu to delete sign-up\/sign-in overlays that prevent you from viewing a page",
    "version": "1.1.2",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "fuckem.js"
            ]
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "fuckoverlaysbg.js"
        ]
    }
}