French Fries
This extension allows you to configure one or many phrases to replace in pages you visit.
Qu'est-ce que French Fries ?
French Fries est une extension Chrome développée par Carl Armbruster, et sa fonction principale est "This extension allows you to configure one or many phrases to replace in pages you visit.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension French Fries
Téléchargez les fichiers d'extension French Fries 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
Arguing with my brother is like arguing with a bag of French Fries. This extension was designed to change all instances of his name in web pages (such as Facebook) to French Fries in order to keep things in perspective. I updated it to allow you to change your own word or phases as necessary to help keep your own web browsing in perspective. You can add as many words or phrases to replace as you like. The replacements will take place in order listed. If you like this plugin and have a few extra bucks laying around, please donate to your local animal shelter or pet rescue organization.
Informations de Base sur l'Extension
Nom | French Fries |
ID | gpnohbdmdddimpaigjaamdaeeheacjoh |
URL Officiel | https://chromewebstore.google.com/detail/french-fries/gpnohbdmdddimpaigjaamdaeeheacjoh |
Description | This extension allows you to configure one or many phrases to replace in pages you visit. |
Taille du Fichier | 251 KB |
Nombre d'Installations | 100 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-01-10 |
Date de Publication | 2017-01-09 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | Carl Armbruster |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "French Fries", "description": "This extension allows you to configure one or many phrases to replace in pages you visit.", "version": "1.0", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "storage" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/content.js" ], "run_at": "document_end" } ] } |