French Fries

This extension allows you to configure one or many phrases to replace in pages you visit.

什麼是French Fries?

French Fries是由Carl Armbruster開發的Chrome擴展程式,該擴展的主要功能是“This extension allows you to configure one or many phrases to replace in pages you visit.”。

擴展截圖

screenshot

下載French Fries擴展crx文件

下載French Fries擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 French Fries French Fries
ID gpnohbdmdddimpaigjaamdaeeheacjoh
官方網址 https://chromewebstore.google.com/detail/french-fries/gpnohbdmdddimpaigjaamdaeeheacjoh
簡介 This extension allows you to configure one or many phrases to replace in pages you visit.
檔案大小 251 KB
安裝次數 100
目前版本 1.0
更新時間 2017-01-10
上架時間 2017-01-09
評分 3.00/5 共 2 次評分
開發者 Carl Armbruster
付費類型 free
支援的語言 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"
        }
    ]
}