Pokemon No Show

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

Qu'est-ce que Pokemon No Show ?

Pokemon No Show est une extension Chrome développée par seemly, et sa fonction principale est "'Pokemon No Show' hides posts if the content matches any of the keywords you define in the 'options' page".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Pokemon No Show

Téléchargez les fichiers d'extension Pokemon No Show au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Pokemon No Show Pokemon No Show
ID nphfcoichlkolfkaelmooanfbohifnnm
URL Officiel https://chromewebstore.google.com/detail/pokemon-no-show/nphfcoichlkolfkaelmooanfbohifnnm
Description 'Pokemon No Show' hides posts if the content matches any of the keywords you define in the 'options' page
Taille du Fichier 65.07 KB
Nombre d'Installations 17
Version Actuelle 0.1.0
Dernière Mise à Jour 2016-07-22
Date de Publication 2016-07-22
Évaluation 1.00/5 Total 2 Évaluations
Développeur seemly
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}