Furiffic gallery migration helper

Allows Furiffic direct access to a list of art sites to allow gallery migration.

Τι είναι το Furiffic gallery migration helper;

Το Furiffic gallery migration helper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://furiffic.com, και η κύρια λειτουργία του είναι "Allows Furiffic direct access to a list of art sites to allow gallery migration.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Furiffic gallery migration helper

Λήψη αρχείων επέκτασης Furiffic gallery migration helper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This allows Furiffic to import from a range of supported sites.

- Supported sites - 
Furaffinity
Weasyl
SoFurry
TransFur
InkBunny
FurrTrax
VCL
DeviantArt
Furry Network

- Security -
This extension allows Furiffic access to the sites listed above.
Only the import page can request that this extension is enabled internally.
When leaving the import page or every 60 seconds(in the event that the tab crashes before notifying), the extension is disabled internally to prevent any other page accessing the above listed sites.
These precautions have been taken for security reasons to prevent abuse in the event that Code Injection vulnerability occurs on Furiffic.
-- The chances of these situations colliding is very slim, but to ensure absolute security it is advised to disable this extension when you are not importing into your gallery via (chrome://extensions/).


## Updates ##
1.3: 03/03/2016
Fixed broken issues with the changes on FA today.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Furiffic gallery migration helper Furiffic gallery migration helper
ID dbdojldoecpkacombklfnbofngjbadbh
Επίσημο URL https://chrome.google.com/webstore/detail/furiffic-gallery-migratio/dbdojldoecpkacombklfnbofngjbadbh
Περιγραφή Allows Furiffic direct access to a list of art sites to allow gallery migration.
Μέγεθος Αρχείου 5.83 KB
Αριθμός Εγκαταστάσεων 139
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2016-03-03
Ημερομηνία Δημοσίευσης 2016-03-03
Αξιολόγηση 2.50/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής http://furiffic.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Allows Furiffic direct access to a list of art sites to allow gallery migration.",
    "icons": {
        "64": "favicon.png"
    },
    "manifest_version": 2,
    "version": "1.3",
    "name": "Furiffic gallery migration helper",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "debugger"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.furiffic.com\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlHEe8RiAFOFZT2k7xcGcfj2T4MIllkR+K1G2in5lJmUNDvZwslFeRiF4NXwakAMVEOwMNDTGO533kKjLvovowrdJTLlY0xHs4LNhnWXyfsZbRKTYk59DT0cAtxUPPjvQR7SJRndp771V6LzaYTcV+sEa1RkgssbdEqb\/f\/J7IeRkRxpQTRV4vAGriy96LdJ82rs1CHQ6tsO6EylYzweepHBjzl9eOFAej\/2E\/5uxcbbyZ7XtUfngo1sT\/PHgzTxvgLToa5SLdlYWr5GxF3yzlfwReHxzc7YVqxVkXe+XlDS3\/mNdnoFbnkvuWfGCLUb0euvk8F\/I8Q65mPOAApgU9QIDAQAB"
}