OBS Copy

Easily copy posts in OBS

Wat is OBS Copy?

OBS Copy is een Chrome-extensie ontwikkeld door Burhan YILDIZ, en de belangrijkste functie is "Easily copy posts in OBS".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie OBS Copy

Download OBS Copy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Bu eklentiyi kurduğunuzda OBS sistemi üzerinde postaların metinlerini rahatça seçip kopyalayabilirsiniz.

Burhan YILDIZ
İngilizce Öğretmeni
Kocaeli Bilnet Okulları                    

Basisinformatie over de Extensie

Naam OBS Copy OBS Copy
ID cflofiihlmhgahdijpmmmgghnhkagihe
Officiële URL https://chromewebstore.google.com/detail/obs-copy/cflofiihlmhgahdijpmmmgghnhkagihe
Beschrijving Easily copy posts in OBS
Bestandsgrootte 17.02 KB
Aantal Installaties 94
Huidige Versie 1.0.0
Laatst Bijgewerkt 2020-11-28
Publicatiedatum 2020-11-26
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Burhan YILDIZ
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OBS Copy",
    "version": "1.0.0",
    "description": "Easily copy posts in OBS",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "http:\/\/obs.bilnetokullari.com\/*"
            ]
        }
    ]
}