Tiriricfy

Replace all pictures of all pages for photo from Tiririca.

Wat is Tiriricfy?

Tiriricfy is een Chrome-extensie ontwikkeld door mvsouza, en de belangrijkste functie is "Replace all pictures of all pages for photo from Tiririca.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tiriricfy

Download Tiriricfy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Replace all images from your courent page to tiriricas photos.                    

Basisinformatie over de Extensie

Naam Tiriricfy Tiriricfy
ID appmooogjllljkjelnlehacenblcgida
Officiële URL https://chrome.google.com/webstore/detail/tiriricfy/appmooogjllljkjelnlehacenblcgida
Beschrijving Replace all pictures of all pages for photo from Tiririca.
Bestandsgrootte 78.21 KB
Aantal Installaties 21
Huidige Versie 0.0.10
Laatst Bijgewerkt 2014-11-17
Publicatiedatum 2014-11-17
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar mvsouza
Betalingswijze free
Extensiewebsite https://github.com/mvsouza/Tiriricfy
Help Pagina-URL https://github.com/mvsouza/Tiriricfy/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tiriricfy",
    "version": "0.0.10",
    "manifest_version": 2,
    "description": "Replace all pictures of all pages for photo from Tiririca.",
    "icons": {
        "16": "images\/Tiririca16.png",
        "128": "images\/Tiririca128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/jquery-1.8.2.min.js",
                "scripts\/contentscript.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}