Imgur url to filmot switcher

This extension will search for imgur urls on page and replace them with filmot

Qu'est-ce que Imgur url to filmot switcher ?

Imgur url to filmot switcher est une extension Chrome développée par Piotr Niziniecki, et sa fonction principale est "This extension will search for imgur urls on page and replace them with filmot".

Télécharger le fichier CRX de l'extension Imgur url to filmot switcher

Téléchargez les fichiers d'extension Imgur url to filmot switcher 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

                        This extension will search for all occurrences of imgur.com url (inside links and images) and will replace them with filmot.org url.                    

Informations de Base sur l'Extension

Nom Imgur url to filmot switcher Imgur url to filmot switcher
ID ioiadgkabndgbhhhnlhnkblhkkgeneob
URL Officiel https://chrome.google.com/webstore/detail/imgur-url-to-filmot-switc/ioiadgkabndgbhhhnlhnkblhkkgeneob
Description This extension will search for imgur urls on page and replace them with filmot
Taille du Fichier 3.26 KB
Nombre d'Installations 54
Version Actuelle 0.1.0
Dernière Mise à Jour 2014-03-22
Date de Publication 2014-03-22
Évaluation 4.33/5 Total 3 Évaluations
Développeur Piotr Niziniecki
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/1YlYHJi__8wniY_eAfViERJiJfyi24zyF64lH4qQRDXE
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Imgur url to filmot switcher",
    "description": "This extension will search for imgur urls on page and replace them with filmot",
    "version": "0.1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "filmot.js"
            ]
        }
    ]
}