Youtube Orange

Free your YouTube from Copyright trolls. Give a plan B to content creators, and protest copyright takedowns in the process!

Τι είναι το Youtube Orange;

Το Youtube Orange είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Robert, και η κύρια λειτουργία του είναι "Free your YouTube from Copyright trolls. Give a plan B to content creators, and protest copyright takedowns in the process!".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Youtube Orange

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

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

                        YouTube User?
-----------------------------
Simply install this extension, and express to the world your support of Fair Use on YouTube! All while giving your favorite creators the tools they need to survive in a more hostile copyright environment!


YouTube Creator?
-----------------------------
This extension provides you two additional tools on YouTube as a creator!
[fallbackVideo] and [replaceVideo]

-- Fallback Video is simple! It normally does nothing. However, if your video is taken down for any reason, your subscribers and anyone else who has the link can still view it as if nothing happened! 

To use it, simply upload a backup of your video to Vimeo, then add this to the bottom of your description:
[fallbackVideo](https://vimeo.com/#########)
With your video's vimeo ID replacing the #. Then, if you get hit with a copyright strike, your users can access your video right on youtube, like nothing ever happened!


-- Replace Video is the more robust tool, for when you know you're in the legal green, but Content ID is licking its lips hungrily at you. It allows you to have a video in your users subscriptions, and youtube's search, with full monetization, and absolutely 0 risk of a stike. Its simple- Upload a placeholder video to youtube, probably explaining to users without Orange what's going on. Then stick a replaceVideo tag in the description! All your users with orange see your vimeo video, right on YouTube, and you are protected from Content ID.

To use it, simply upload your video to Vimeo, then add this to the bottom of your description:
[replaceVideo](https://vimeo.com/#########)
With your videos vimeo URL replacing the #. Your video will be instantly replaced with the Vimeo video, all right on youtube!                    

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

Όνομα Youtube Orange Youtube Orange
ID ckbknocdbdiplncjmmbfkoemjppabpap
Επίσημο URL https://chromewebstore.google.com/detail/youtube-orange/ckbknocdbdiplncjmmbfkoemjppabpap
Περιγραφή Free your YouTube from Copyright trolls. Give a plan B to content creators, and protest copyright takedowns in the process!
Μέγεθος Αρχείου 68.53 KB
Αριθμός Εγκαταστάσεων 956
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2016-02-27
Ημερομηνία Δημοσίευσης 2016-02-27
Αξιολόγηση 4.38/5 Συνολικά 24 Αξιολογήσεις
Προγραμματιστής Robert
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Orange",
    "description": "Free your YouTube from Copyright trolls. Give a plan B to content creators, and protest copyright takedowns in the process!",
    "version": "1.1",
    "page_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "19": "images\/icon19.png",
            "38": "images\/icon38.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Youtube Orange"
    },
    "icons": {
        "16": "images\/icon16.png",
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "http:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery-1.12.1.min.js",
                "ducttape.js"
            ],
            "css": [
                "orangeisthenewred.css"
            ]
        }
    ]
}