Pokemon No Show

'Pokemon No Show' hides posts if the content matches any of the keywords you define in the 'options' page

ما هو Pokemon No Show؟

Pokemon No Show هو إضافة Chrome تم تطويرها بواسطة seemly، والميزة الرئيسية لها هي "'Pokemon No Show' hides posts if the content matches any of the keywords you define in the 'options' page".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Pokemon No Show

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

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

                        Another Pokemon Go content blocker - but with the ability to toggle the visibility of the post.

The ability to toggle the visibility of posts is so you don't have to disable the extension just in case there is a post that you DO want to view - for whatever reason.

This extension also allows you to define any of your own keywords to block content, using the options section.
Currently, this extension only blocks posts on Facebook, Twitter and LinkedIn.                    

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

الاسم Pokemon No Show Pokemon No Show
ID nphfcoichlkolfkaelmooanfbohifnnm
عنوان URL الرسمي https://chromewebstore.google.com/detail/pokemon-no-show/nphfcoichlkolfkaelmooanfbohifnnm
الوصف 'Pokemon No Show' hides posts if the content matches any of the keywords you define in the 'options' page
حجم الملف 65.07 KB
عدد التثبيتات 17
النسخة الحالية 0.1.0
آخر تحديث 2016-07-22
تاريخ النشر 2016-07-22
تقييم 1.00/5 مجموع تقييمات 2
المطور seemly
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Chris Sparshott",
    "name": "Pokemon No Show",
    "version": "0.1.0",
    "description": "'Pokemon No Show' hides posts if the content matches any of the keywords you define in the 'options' page",
    "icons": {
        "16": "assets\/images\/icon_16.png",
        "48": "assets\/images\/icon_48.png",
        "128": "assets\/images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "assets\/images\/icon_128.png"
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/jquery.min.js",
                "content.js"
            ]
        }
    ]
}