Rastival

Have any content on the web read to you in a voice and language you want to hear

Was ist Rastival?

Rastival ist eine Chrome-Erweiterung, die von Rastival entwickelt wurde, und ihr Hauptmerkmal ist "Have any content on the web read to you in a voice and language you want to hear".

Erweiterungsscreenshots

screenshot

Rastival-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rastival-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

                        Rastival is a tool that allows bloggers to narrate their blog posts and have them available for anyone to hear.

Two million blog posts are written each day, but with this barrage of content on the Internet, it is difficult to attract users to your blog. Even when you do, visitors read on average about 28% of the content. Rastival offers the blogger an extra avenue to present their content before an audience. Audio content consumption is on the rise and people are seeking more options to save time normally spent reading.                    

Grundlegende Informationen zur Erweiterung

Name Rastival Rastival
ID hfhomhacdijikblnlglnljkldpedoipi
Offizielle URL https://chrome.google.com/webstore/detail/rastival/hfhomhacdijikblnlglnljkldpedoipi
Beschreibung Have any content on the web read to you in a voice and language you want to hear
Dateigröße 1.45 MB
Installationsanzahl 19
Aktuelle Version 0.4.4.1
Letztes Update 2015-03-13
Veröffentlichungsdatum 2015-03-13
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler Rastival
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rastival",
    "short_name": "Rastival",
    "description": "Have any content on the web read to you in a voice and language you want to hear",
    "version": "0.4.4.1",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery-2.0.3.min.js",
            "js\/md5.js",
            "js\/worker_proxy.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon-19-none.png",
            "38": "img\/icon-38.png"
        },
        "default_title": "Rastival",
        "default_popup": "login\/rastival-login.html"
    },
    "options_page": "options2.html",
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Alt+Shift+O"
            },
            "description": "Launch Rastival"
        },
        "toggle-play": {
            "suggested_key": {
                "default": "Alt+Shift+P"
            },
            "description": "Play\/Pause"
        }
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-2.0.3.min.js",
                "js\/md5.js",
                "js\/libmp3lame.min.js",
                "js\/jquery.jplayer.min.js",
                "js\/jplayer.js",
                "js\/jquery.embedly.min.js",
                "js\/transloadit.js",
                "js\/worker_proxy.js",
                "js\/mp3Worker.js",
                "js\/recorderWorker.js",
                "js\/recorder.js",
                "js\/volume-main.js",
                "js\/volume-meter.js",
                "js\/rastivalize.js"
            ],
            "css": [
                "skin\/jplayer.blue.monday.css",
                "css\/rasta-style.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "management",
        "identity",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "identity",
        "http:\/\/*.facebook.com\/*",
        "https:\/\/assets.transloadit.com\/*",
        "https:\/\/*.transloadit.com\/*",
        "http:\/\/*.transloadit.com\/*",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.medium.com\/"
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "19": "img\/icon-19.png",
        "38": "img\/icon-38.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4JanEmk8KVV5H86ZkivSRoSRjAEqPH7KMsMvex47RbP2yphwr8HzAvyFgLh5+u2NlwKuPsqpV4FlZdlBwCc9B7+YLOcAQTguTvdSJCWtmaHbumt5GB3T86XR52IxyFfCymbygERBcCyQZLfQHyknplU6nWtEb1njCyNVgHMyHPNNukDpqy4DORpgr2dAyX8+aB7NuAXmj7NWmZxVqg5IB33pS29UfxkGaEa6uGc14Fi\/ADhbvEfjpoREnKGiZwqc5wyKCi3VyqNvb7C5o4\/8y6AbSqYu\/rs4yuXqlZH5g23Lk00TJVug5BMfQBL4EHGxj8x+twBOjUqNh9kyW5ojAQIDAQAB",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/connect.facebook.net https:\/\/api.rastival.com https:\/\/ssl.google-analytics.com; object-src 'self'; media-src 'self' https:\/\/rastival.s3.amazonaws.com",
    "web_accessible_resources": [
        "rasta-head.html",
        "options2.html",
        "img\/add-tags.png",
        "img\/add-tags-hover.png",
        "img\/background.png",
        "img\/like-hover.png",
        "img\/like.png",
        "img\/request.png",
        "img\/create.png",
        "img\/record_narration.png",
        "img\/upload_narration.png",
        "img\/loading.gif",
        "img\/logo.png",
        "img\/record.png",
        "img\/record.svg",
        "img\/stop.svg",
        "img\/stop.png",
        "img\/pause-button.png",
        "img\/play-button.png",
        "img\/replay-hover.png",
        "img\/replay.png",
        "img\/view-list.png",
        "img\/view-list-hover.png",
        "img\/arrow.gif",
        "img\/blue-band.jpg",
        "img\/blue-slicey.jpg",
        "img\/float-line-girl.png",
        "img\/yellow-back.jpg",
        "img\/yellow-backg.jpg",
        "skin\/jplayer.blue.monday.jpg",
        "skin\/player-play.png",
        "skin\/player-pause.png",
        "skin\/auto-play.png",
        "skin\/auto-play-hover.png",
        "skin\/player-play-hover.png",
        "skin\/player-pause-hover.png",
        "skin\/player-previous.png",
        "skin\/player-next.png",
        "skin\/player-next-hover.png",
        "skin\/player-previous-hover.png",
        "skin\/player-stop.png",
        "skin\/rate-0.png",
        "skin\/rate-1.png",
        "skin\/rate-2.png",
        "skin\/rate-3.png",
        "skin\/rate-4.png",
        "skin\/rate-5.png",
        "skin\/rate-1b.png",
        "skin\/rate-2b.png",
        "skin\/rate-3b.png",
        "skin\/rate-4b.png",
        "skin\/rate-5b.png",
        "skin\/rate-back.png",
        "skin\/rastival-repeat-hover.png",
        "skin\/rastival-repeat.png",
        "skin\/player-stop-hover.png",
        "skin\/rastival-mute.png",
        "skin\/rastival-mute-hover.png",
        "skin\/rastival-maxvol.png",
        "skin\/rastival-maxvol-hover.png",
        "skin\/flag-this.png",
        "skin\/flag-thisb.png",
        "skin\/jplayer.blue.monday.seeking.gif",
        "login\/images\/rastival-login-back.jpg",
        "login\/images\/rastival-logo.png",
        "login\/images\/rastival-slogan-back.png",
        "js\/jquery-2.0.3.min.map",
        "js\/jquery.min.map",
        "worker_proxy.html"
    ]
}