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 seemly द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "'Pokemon No Show' hides posts if the content matches any of the keywords you define in the 'options' page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pokemon No Show एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}