Flagger
Flagger floods the Internet with red flag keywords. It shouldn't bother the NSA since they're not supposed to spy on us anyway.
Qu'est-ce que Flagger ?
Flagger est une extension Chrome développée par https://flagger.io, et sa fonction principale est "Flagger floods the Internet with red flag keywords. It shouldn't bother the NSA since they're not supposed to spy on us anyway.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Flagger
Téléchargez les fichiers d'extension Flagger 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
Flagger is a browser add-on that automatically puts red flag keywords (like bomb, Taliban and anthrax) into the web addresses you visit. Install Flagger and help us send a message: government surveillance has gone too far.
Informations de Base sur l'Extension
Nom | Flagger |
ID | dhnmamoofolkjakgakfncmdbmmfofaam |
URL Officiel | https://chromewebstore.google.com/detail/flagger/dhnmamoofolkjakgakfncmdbmmfofaam |
Description | Flagger floods the Internet with red flag keywords. It shouldn't bother the NSA since they're not supposed to spy on us anyway. |
Taille du Fichier | 247 KB |
Nombre d'Installations | 104 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2014-12-05 |
Date de Publication | 2014-12-04 |
Évaluation | 4.25/5 Total 8 Évaluations |
Développeur | https://flagger.io |
Type de Paiement | free |
Site Web de l'Extension | http://flagger.io |
URL de la Page d'Aide | http://flagger.io/faq.php |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Flagger", "version": "1.2.0", "icons": { "19": "data\/images\/icon_logo_19.png", "48": "data\/images\/icon_logo_48.png", "128": "data\/images\/icon_logo_128.png" }, "description": "Flagger floods the Internet with red flag keywords. It shouldn't bother the NSA since they're not supposed to spy on us anyway.", "browser_action": { "default_title": "Click for Flagger!", "default_icon": { "19": "data\/images\/flag_gray.png", "38": "data\/images\/flag_gray_38.png" }, "default_popup": "data\/html\/popup.html" }, "background": { "scripts": [ "lib\/flagger_http_observer_chrome.js", "lib\/flagger.js", "lib\/main_chrome.js" ], "persistent": true }, "permissions": [ "tabs", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'", "sandbox": { "pages": [ "data\/html\/templating_sandbox.html" ] } } |