Nuke anything reloaded
Allows you to hide almost anything via context menu.
Qu'est-ce que Nuke anything reloaded ?
Nuke anything reloaded est une extension Chrome développée par redgizmo75, et sa fonction principale est "Allows you to hide almost anything via context menu.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Nuke anything reloaded
Téléchargez les fichiers d'extension Nuke anything reloaded 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
Allows you to hide almost any object on a web page. Just right click on the object you want to disappear and chose 'Remove this object' from context menu. You can remove as many objects as you want and you can restore the objects again. Removal is only temporary, if you reload the page everything is as it was. Nothing is stored by this extension. This extension is inspired by 'Nuke anyhting (enhanced)' addon for FF. SourceCode can be found on GitHub: https://github.com/redgizmo75/nuke_anything_reloaded
Informations de Base sur l'Extension
Nom | Nuke anything reloaded |
ID | pfmoigombklcdimgnlmhmohjdihgdmdc |
URL Officiel | https://chromewebstore.google.com/detail/nuke-anything-reloaded/pfmoigombklcdimgnlmhmohjdihgdmdc |
Description | Allows you to hide almost anything via context menu. |
Taille du Fichier | 34.68 KB |
Nombre d'Installations | 495 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-09-16 |
Date de Publication | 2017-09-16 |
Évaluation | 2.60/5 Total 5 Évaluations |
Développeur | redgizmo75 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.0", "default_locale": "en", "permissions": [ "contextMenus" ], "icons": { "16": "icon_nuke_16.png", "128": "icon_nuke_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*", "file:\/\/\/*\/*" ], "js": [ "content_script.js" ] } ], "background": { "scripts": [ "background.js" ] } } |