OBS Copy
Easily copy posts in OBS
What is OBS Copy?
OBS Copy is a Chrome extension developed by Burhan YILDIZ, and its main feature is "Easily copy posts in OBS".
Extension Screenshots
Download OBS Copy Extension CRX File
Download OBS Copy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Bu eklentiyi kurduğunuzda OBS sistemi üzerinde postaların metinlerini rahatça seçip kopyalayabilirsiniz. Burhan YILDIZ İngilizce Öğretmeni Kocaeli Bilnet Okulları
Extension Basic Information
Name | OBS Copy |
ID | cflofiihlmhgahdijpmmmgghnhkagihe |
Official URL | https://chromewebstore.google.com/detail/obs-copy/cflofiihlmhgahdijpmmmgghnhkagihe |
Description | Easily copy posts in OBS |
File Size | 17.02 KB |
Installation Count | 94 |
Current Version | 1.0.0 |
Last Updated | 2020-11-28 |
Publish Date | 2020-11-26 |
Rating | 2.33/5 Total 3 Ratings |
Developer | Burhan YILDIZ |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |