Tiriricfy
Replace all pictures of all pages for photo from Tiririca.
Was ist Tiriricfy?
Tiriricfy ist eine Chrome-Erweiterung, die von mvsouza entwickelt wurde, und ihr Hauptmerkmal ist "Replace all pictures of all pages for photo from Tiririca.".
Erweiterungsscreenshots
Tiriricfy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tiriricfy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Replace all images from your courent page to tiriricas photos.
Grundlegende Informationen zur Erweiterung
Name | |
ID | appmooogjllljkjelnlehacenblcgida |
Offizielle URL | https://chrome.google.com/webstore/detail/tiriricfy/appmooogjllljkjelnlehacenblcgida |
Beschreibung | Replace all pictures of all pages for photo from Tiririca. |
Dateigröße | 78.21 KB |
Installationsanzahl | 21 |
Aktuelle Version | 0.0.10 |
Letztes Update | 2014-11-17 |
Veröffentlichungsdatum | 2014-11-17 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | mvsouza |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/mvsouza/Tiriricfy |
Hilfeseite URL | https://github.com/mvsouza/Tiriricfy/issues |
Unterstützte Sprachen | 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:\/\/*\/*" ] } |